com.jbbres.lib.actions.elements
Class ActionExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jbbres.lib.actions.elements.ActionExecutionException
All Implemented Interfaces:
java.io.Serializable

public class ActionExecutionException
extends java.lang.Exception

Thrown to indicate an error has occurred during the ActionService execution and that the execution has been stopped.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres
See Also:
Serialized Form

Constructor Summary
ActionExecutionException()
          Intantiates a new ActionModelException with no detail message.
ActionExecutionException(java.lang.String message)
          Intantiates a new ActionModelException with the specified detail message.
ActionExecutionException(java.lang.String message, java.lang.Throwable cause)
          Intantiates a new ActionModelException with the specified detail message.
ActionExecutionException(java.lang.Throwable cause)
          Intantiates a new ActionModelException with the detailled message inherited from a Throwable object.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionExecutionException

public ActionExecutionException()
Intantiates a new ActionModelException with no detail message.


ActionExecutionException

public ActionExecutionException(java.lang.String message)
Intantiates a new ActionModelException with the specified detail message.

Parameters:
message - - the String containing a detail message

ActionExecutionException

public ActionExecutionException(java.lang.String message,
                                java.lang.Throwable cause)
Intantiates a new ActionModelException with the specified detail message.

Parameters:
message - - the String containing a detail message
cause - - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

ActionExecutionException

public ActionExecutionException(java.lang.Throwable cause)
Intantiates a new ActionModelException with the detailled message inherited from a Throwable object.

This constructor is the equivalent of ActionModelException(e.getLocalizedMessage()).

Parameters:
cause - - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)


To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.