com.ibm.ws.extensionhelper.exception

Class UnableToInitializeException

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

  1. public class UnableToInitializeException
  2. extends java.lang.Exception
Intialization of Database Helper was Unsuccessful
Since:
5.0.2
See Also:
Serialized Form

Constructor Summary

Constructor and Description
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

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

UnableToInitializeException

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

UnableToInitializeException

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

UnableToInitializeException

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