public final class InitializationException extends Exception
Manageable
object failed.Manageable.init(Map)
,
Serialized FormConstructor and Description |
---|
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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InitializationException(String detail)
InitializationException
with the specified
detail message.detail
- the detail message, or null
.public InitializationException(Throwable cause)
InitializationException
with the specified
cause exception.cause
- the cause exception, or null
.See http://www.xins.org/.