com.ibm.ws.extensionhelper.exception

Class UnableToInitializeException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.ws.extensionhelper.exception.UnableToInitializeException
  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    UnknownDatabaseException


    public class UnableToInitializeException
    extends java.lang.Exception
    Intialization of Database Helper was Unsuccessful
    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

      • UnableToInitializeException

        public UnableToInitializeException()
        Creates a new UnableToInitializeException object.
      • UnableToInitializeException

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

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

        public UnableToInitializeException(java.lang.String msg,
                                   java.lang.Throwable cause)
        Creates a new UnableToInitializeException object.
        Parameters:
        msg - the message for the exception
        cause - the cause for this exception.
IBM WebSphere Application ServerTM
Release 9.0