com.usefullittlethings.saw.model.exception
Class ActionInvocationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.usefullittlethings.saw.model.exception.ActionInvocationException
All Implemented Interfaces:
java.io.Serializable

public class ActionInvocationException
extends java.lang.Exception

Exception thrown when an action plug-in cannot successfully complete its function. Not generally a fatal error for the plug-in or application.

See Also:
Serialized Form

Constructor Summary
ActionInvocationException()
           
ActionInvocationException(java.lang.String message)
           
 
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

ActionInvocationException

public ActionInvocationException()

ActionInvocationException

public ActionInvocationException(java.lang.String message)