com.ibm.ws.extensionhelper.exception
Class UnableToInitializeException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.extensionhelper.exception.UnableToInitializeException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
- public class UnableToInitializeException
- extends java.lang.Exception
Since:
5.0.2
See Also:
Constructor Summary
Constructor and Description |
---|
UnableToInitializeException()
Creates a new UnableToInitializeException object.
|
UnableToInitializeException(java.lang.String msg)
Creates a new UnableToInitializeException object.
|
UnableToInitializeException(java.lang.String msg,java.lang.Throwable cause)
Creates a new UnableToInitializeException object.
|
UnableToInitializeException(java.lang.Throwable cause)
Creates a new UnableToInitializeException object.
|
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 |
Constructor Detail
UnableToInitializeException
- public UnableToInitializeException( )
Creates a new UnableToInitializeException object.
UnableToInitializeException
- public UnableToInitializeException( java.lang.String msg)
Creates a new UnableToInitializeException object.
Parameters:
msg
- the message for the exception UnableToInitializeException
- public UnableToInitializeException( java.lang.Throwable cause)
Creates a new UnableToInitializeException object.
Parameters:
cause
- the cause for this exception. UnableToInitializeException
- public UnableToInitializeException( java.lang.String msg,
- java.lang.Throwable cause)
Creates a new UnableToInitializeException object.
Parameters:
msg
- the message for the exception cause
- the cause for this exception.