org.objectweb.easybeans.util.url
Class URLUtilsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.easybeans.util.url.URLUtilsException
All Implemented Interfaces:
java.io.Serializable

public class URLUtilsException
extends java.lang.Exception

The class URKUtilsException indicates conditions that a reasonable application might want to catch.

Author:
Florent Benoit
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Uid of serializable class.
 
Constructor Summary
URLUtilsException()
          Constructs a new FileUtilsException with no detail message.
URLUtilsException(java.lang.String message)
          Constructs a new FileUtilsException with the specified message.
URLUtilsException(java.lang.String message, java.lang.Throwable t)
          Constructs a new FileUtilsException with the specified message and throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Uid of serializable class.

See Also:
Constant Field Values
Constructor Detail

URLUtilsException

public URLUtilsException()
Constructs a new FileUtilsException with no detail message.


URLUtilsException

public URLUtilsException(java.lang.String message)
Constructs a new FileUtilsException with the specified message.

Parameters:
message - the detail message.

URLUtilsException

public URLUtilsException(java.lang.String message,
                         java.lang.Throwable t)
Constructs a new FileUtilsException with the specified message and throwable.

Parameters:
message - the detail message.
t - the original cause