com.im.commons.db 5.9.2

com.im.commons.db
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.im.commons.db.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
InitializationException()
          Creates a new instance of InitializationException without detail message.
InitializationException(String msg)
          Constructs an instance of InitializationException with the specified detail message.
InitializationException(String msg, Throwable t)
           
 
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

InitializationException

public InitializationException()
Creates a new instance of InitializationException without detail message.


InitializationException

public InitializationException(String msg)
Constructs an instance of InitializationException with the specified detail message.

Parameters:
msg - The detail message.

InitializationException

public InitializationException(String msg,
                               Throwable t)

com.im.commons.db 5.9.2