com.caplin.keymaster.error
Class InitialisationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.caplin.keymaster.error.InitialisationFailedException
All Implemented Interfaces:
Serializable

public class InitialisationFailedException
extends Exception

This class is used throughout KeyMaster in the event that there is an exception thrown while a class is being instantiated. This exception represents the underlying excpetion that was thrown.

Author:
David Shorten
See Also:
Serialized Form

Constructor Summary
InitialisationFailedException()
           This constructor calls its parent empty constructor to take care of the processing.
InitialisationFailedException(String message)
           This constructor calls its parent constructor with the cause of the exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitialisationFailedException

public InitialisationFailedException()

This constructor calls its parent empty constructor to take care of the processing. No other functionality is performed.


InitialisationFailedException

public InitialisationFailedException(String message)

This constructor calls its parent constructor with the cause of the exception. No other functionality is performed.

Parameters:
message - The reason why this class is being created


Please send bug reports and comments to Caplin support