public class StartupException extends RuntimeException
Application
and immediately
terminate the adaptor.Constructor and Description |
---|
StartupException()
Constructs a new StartupException with no message and no cause.
|
StartupException(String message)
Constructs a StartupException with a supplied message but no cause.
|
StartupException(String message,
Throwable cause)
Constructs a StartupException with message and cause.
|
StartupException(Throwable cause)
Constructs a StartupException with specified cause, copying its message if
cause is non-
null . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StartupException()
public StartupException(String message)
message
- the message. Can be retrieved by the Throwable.getMessage()
method.public StartupException(String message, Throwable cause)
message
- the message. Can be retrieved by the Throwable.getMessage()
method.cause
- failure causepublic StartupException(Throwable cause)
null
.cause
- failure cause