org.jete.action
Class ActionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jete.action.ActionException
All Implemented Interfaces:
java.io.Serializable

public class ActionException
extends java.lang.RuntimeException

Exceptions / errors that occur when an action is run. For instance, if the FormSubmissionValidatedAction is unable to submit a form to a web server due to connectivity (unable to read content), then the resulting exception should be wrapped in an ActionException.

Version:
$Id: ActionException.html,v 1.3 2006/03/12 02:46:50 tdeast Exp $
See Also:
Serialized Form

Constructor Summary
ActionException(java.lang.String message)
           
ActionException(java.lang.String message, java.lang.Throwable cause)
           
ActionException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ActionException

public ActionException(java.lang.String message,
                       java.lang.Throwable cause)

ActionException

public ActionException(java.lang.String message)

ActionException

public ActionException(java.lang.Throwable cause)
Method Detail

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String message)