org.abstracthorizon.danube.support
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.abstracthorizon.danube.support.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException
extends RuntimeException

Initialisation exception. Base class to be used for all intialisation related exceptions.

Author:
Daniel Sendula
See Also:
Serialized Form

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


InitializationException

public InitializationException(String msg)
Constructor

Parameters:
msg - message

InitializationException

public InitializationException(Throwable cause)
Constructor

Parameters:
cause - underlaying cause

InitializationException

public InitializationException(String msg,
                               Throwable cause)
Constructor

Parameters:
msg - message
cause - underlaying cause


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.