com.jboss.jbossnetwork.product.jbpm.handlers
Class ActionHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerException
- All Implemented Interfaces:
- Serializable
public class ActionHandlerException
- extends Exception
Represents exceptions that can occur at any point during an action handler's processing.
- Author:
- Jason Dobies
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActionHandlerException
public ActionHandlerException()
ActionHandlerException
public ActionHandlerException(String message)
ActionHandlerException
public ActionHandlerException(String message,
Throwable cause)
ActionHandlerException
public ActionHandlerException(Throwable cause)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.