org.mentawai.core
Class ActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mentawai.core.ActionException
- All Implemented Interfaces:
- java.io.Serializable
public class ActionException
- extends java.lang.Exception
An exception that can happen when an action is executed.
- Author:
- Sergio Oliveira
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.Throwable |
rootCause
|
|
Method Summary |
java.lang.Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
rootCause
protected final java.lang.Throwable rootCause
ActionException
public ActionException()
ActionException
public ActionException(java.lang.Throwable e)
ActionException
public ActionException(java.lang.String msg)
ActionException
public ActionException(java.lang.String msg,
java.lang.Throwable e)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause in class java.lang.Throwable
Copyright © 2005 Mentawai Team. All Rights Reserved.