uk.ac.essex.common.exception
Class InitialisationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.essex.common.exception.InitialisationException
All Implemented Interfaces:
java.io.Serializable

public class InitialisationException
extends java.lang.RuntimeException


Created Date: 20-Dec-2003

You should have received a copy of Lesser GNU public license with this code. If not please visit this site

See Also:
Serialized Form

Constructor Summary
InitialisationException()
           
InitialisationException(java.lang.String message)
           
InitialisationException(java.lang.String message, java.lang.Throwable cause)
           
InitialisationException(java.lang.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

InitialisationException

public InitialisationException()

InitialisationException

public InitialisationException(java.lang.String message)

InitialisationException

public InitialisationException(java.lang.Throwable cause)

InitialisationException

public InitialisationException(java.lang.String message,
                               java.lang.Throwable cause)