public class InvalidApplicationException extends Exception
When an application is being stored in a cache this is thrown when
| Constructor and Description |
|---|
InvalidApplicationException()
Constructs an
InvalidApplicationException with no detail
message. |
InvalidApplicationException(String s)
Construct a
InvalidApplicationException with a detail message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidApplicationException()
InvalidApplicationException with no detail
message.public InvalidApplicationException(String s)
InvalidApplicationException with a detail messages - detail messageCopyright © 2012 code4tv.com. All Rights Reserved.