public abstract class ApplicationException extends ApplicationApiException
| Constructor and Description |
|---|
ApplicationException(String message)
Create a new instance with a message.
|
ApplicationException(String message,
Throwable cause)
Create a new instance with a message and a cause.
|
ApplicationException(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 ApplicationException(String message, Throwable cause)
message - the description of the failure.cause - the underlying cause of the failure.public ApplicationException(String message)
message - the description of the failure.public ApplicationException(Throwable cause)
cause - the underlying cause of the failure.
Copyright (C) 2014, Center for Open Middleware