IBM WebSphere Application ServerTM
Release 8

com.ibm.ws.extensionhelper.exception
Class UnableToInitializeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
UnableToInitializeException()
          Creates a new UnableToInitializeException object.
UnableToInitializeException(java.lang.String msg)
          Creates a new UnableToInitializeException object.
UnableToInitializeException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new UnableToInitializeException object.
UnableToInitializeException(java.lang.Throwable cause)
          Creates a new UnableToInitializeException 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

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 8