org.xins.common.manageable
Class InitializationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xins.common.manageable.InitializationException
All Implemented Interfaces:
Serializable

public final class InitializationException
extends Exception

Exception thrown when the initialization of a Manageable object failed.

Since:
XINS 1.0.0
Version:
$Revision: 1.29 $ $Date: 2008/07/04 10:22:41 $
Author:
Ernst de Haan
See Also:
Manageable.init(org.xins.common.collections.PropertyReader), Serialized Form

Constructor Summary
InitializationException(String detail)
          Constructs a new InitializationException with the specified detail message.
InitializationException(String detail, Throwable cause)
          Constructs a new InitializationException with the specified detail message and cause exception.
InitializationException(Throwable cause)
          Constructs a new InitializationException with the specified cause exception.
 
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(String detail)
Constructs a new InitializationException with the specified detail message.

Parameters:
detail - the detail message, or null.

InitializationException

public InitializationException(Throwable cause)
Constructs a new InitializationException with the specified cause exception.

Parameters:
cause - the cause exception, or null.

InitializationException

public InitializationException(String detail,
                               Throwable cause)
Constructs a new InitializationException with the specified detail message and cause exception.

Parameters:
detail - the detail message, or null.
cause - the cause exception, or null.


See http://www.xins.org/.