public abstract class ApplicationLifecycleException extends ApplicationException
| Constructor and Description |
|---|
ApplicationLifecycleException(String message)
Create a new instance with a message.
|
ApplicationLifecycleException(String message,
Throwable cause)
Create a new instance with a message and a cause.
|
ApplicationLifecycleException(Throwable cause)
Create a new instance with a cause and a default message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationLifecycleException(String message, Throwable cause)
message - the description of the failure.cause - the underlying cause of the failure.public ApplicationLifecycleException(String message)
message - the description of the failure.public ApplicationLifecycleException(Throwable cause)
cause - the underlying cause of the failure.
Copyright (C) 2014, Center for Open Middleware