public class BootstrapException
extends java.lang.Exception
| Constructor and Description |
|---|
BootstrapException()
Constructs a
BootstrapException with null as
the target exception. |
BootstrapException(java.lang.Exception target)
Constructs a
BootstrapException with a target exception. |
BootstrapException(java.lang.String message)
Constructs a
BootstrapException with the specified
detail message. |
BootstrapException(java.lang.String message,
java.lang.Exception target)
Constructs a
BootstrapException with the specified
detail message and a target exception. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getTargetException()
Get the thrown target exception.
|
public BootstrapException()
BootstrapException with null as
the target exception.public BootstrapException(java.lang.String message)
BootstrapException with the specified
detail message.message - the detail messagepublic BootstrapException(java.lang.String message,
java.lang.Exception target)
BootstrapException with the specified
detail message and a target exception.message - the detail messagetarget - the target exceptionpublic BootstrapException(java.lang.Exception target)
BootstrapException with a target exception.target - the target exception