com.ibm.ws.extensionhelper.exception

Class UnknownDatabaseException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.ws.extensionhelper.exception.UnableToInitializeException
  5. extended bycom.ibm.ws.extensionhelper.exception.UnknownDatabaseException
All implemented interfaces:
java.io.Serializable

  1. public class UnknownDatabaseException
  2. extends UnableToInitializeException
Database Helper intialized but failed to determine backend type.
Since:
5.0.2
See Also:
Serialized Form

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

  1. public UnknownDatabaseException( )
Creates a new UnknownDatabaseException object.

UnknownDatabaseException

  1. public UnknownDatabaseException( java.lang.String msg)
Creates a new UnknownDatabaseException object.
Parameters:
msg - the message for the exception

UnknownDatabaseException

  1. public UnknownDatabaseException( java.lang.Throwable cause)
Creates a new UnknownDatabaseException object.
Parameters:
cause - the cause for this exception.

UnknownDatabaseException

  1. public UnknownDatabaseException( java.lang.String msg,
  2. java.lang.Throwable cause)
Creates a new UnknownDatabaseException object.
Parameters:
msg - the message for the exception
cause - the cause for this exception.