info.magnolia.ui.api.action
Class ActionExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.magnolia.ui.api.action.ActionExecutionException
All Implemented Interfaces:
Serializable

public class ActionExecutionException
extends Exception

Exception thrown when an Action encounters an error during execution.

See Also:
Action, ActionExecutor, Serialized Form

Constructor Summary
ActionExecutionException()
           
ActionExecutionException(String message)
           
ActionExecutionException(String message, Throwable cause)
           
ActionExecutionException(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

ActionExecutionException

public ActionExecutionException()

ActionExecutionException

public ActionExecutionException(String message)

ActionExecutionException

public ActionExecutionException(Throwable cause)

ActionExecutionException

public ActionExecutionException(String message,
                                Throwable cause)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.