public final class BootstrapException extends Exception
Manageable
object failed.Manageable.bootstrap(Map),
Serialized Form| Constructor and Description |
|---|
BootstrapException(String message)
Constructs a new
BootstrapException with the specified
message. |
BootstrapException(String detail,
Throwable cause)
Constructs a new
BootstrapException with the specified
detail message and cause exception. |
BootstrapException(Throwable cause)
Constructs a new
BootstrapException with the specified
cause exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BootstrapException(String message)
BootstrapException with the specified
message.message - the detail message, or null.public BootstrapException(Throwable cause) throws IllegalArgumentException
BootstrapException with the specified
cause exception.cause - the cause exception, cannot be null.IllegalArgumentException - if cause == null.See http://www.xins.org/.