org.mentawai.core
Class ActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mentawai.core.ActionException
- All Implemented Interfaces:
- Serializable
public class ActionException
- extends Exception
An exception that can happen when an action is executed.
- Author:
- Sergio Oliveira
- See Also:
- Serialized Form
rootCause
protected final Throwable rootCause
ActionException
public ActionException()
ActionException
public ActionException(Throwable e)
ActionException
public ActionException(String msg)
ActionException
public ActionException(String msg,
Throwable e)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
Copyright © 2012. All Rights Reserved.