com.jboss.jbossnetwork.product.jbpm.handlers
Class ActionHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ActionHandlerException()
           
ActionHandlerException(String message)
           
ActionHandlerException(String message, Throwable cause)
           
ActionHandlerException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.