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