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
Database Helper intialized but failed to determine backend type.- Since:
- 5.0.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors 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.
-
-
-
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 exceptioncause
- the cause for this exception.
-
-