org.beanlet
Class BeanletApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanlet.BeanletApplicationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BeanletException
public class BeanletApplicationException
- extends RuntimeException
Thrown to indicate a general application error. All beanlet related
exceptions subclass this exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletApplicationException
public BeanletApplicationException()
BeanletApplicationException
public BeanletApplicationException(String message)
BeanletApplicationException
public BeanletApplicationException(Throwable cause)
BeanletApplicationException
public BeanletApplicationException(String message,
Throwable cause)
Copyright © 2006-2012. All Rights Reserved.