IBM WebSphere Application ServerTM
Release 8

com.ibm.ws.extensionhelper.exception
Class UnknownDatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ws.extensionhelper.exception.UnableToInitializeException
              extended by 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
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.

IBM WebSphere Application ServerTM
Release 8