com.subshell.persistence.exception
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.subshell.persistence.exception.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException
extends RuntimeException

Thrown when initialization of an object (such as a Database) failed.

See Also:
Serialized Form

Constructor Summary
InitializationException()
           
InitializationException(String msg)
           
InitializationException(String msg, Throwable cause)
           
InitializationException(Throwable cause)
           
 
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()

InitializationException

public InitializationException(String msg)

InitializationException

public InitializationException(String msg,
                               Throwable cause)

InitializationException

public InitializationException(Throwable cause)


Copyright © 2004-2005 subshell GmbH. All Rights Reserved.