public class InvalidApplicationException extends Exception
| Constructor and Description |
|---|
InvalidApplicationException(Object
Constructs an
InvalidApplicationException with the specified
Object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidApplicationException(Objectval)
InvalidApplicationException with the specified
Object.
val - the detail message of this exception.