com.ibm.ws.extensionhelper.exception

Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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 9.0