org.beanlet
Class BeanletExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanlet.BeanletApplicationException
org.beanlet.BeanletException
org.beanlet.BeanletEventException
org.beanlet.BeanletExecutionException
- All Implemented Interfaces:
- Serializable
public class BeanletExecutionException
- extends BeanletEventException
Exception thrown if any exception is raised during event execution. The
raised exception is linked to this exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletExecutionException
public BeanletExecutionException(String beanletName,
Event event,
Throwable cause)
Copyright © 2006-2012. All Rights Reserved.