Package org.mozilla.zest.core.v1
Class ZestActionFailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mozilla.zest.core.v1.ZestActionFailException
-
- All Implemented Interfaces:
Serializable
public class ZestActionFailException extends Exception
The Class ZestActionFailException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZestActionFailException(ZestAction action)Instantiates a new zest action fail exception.ZestActionFailException(ZestAction action, String message)Instantiates a new zest action fail exception.ZestActionFailException(ZestAction action, Throwable cause)Instantiates a new zest action fail exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZestActiongetAction()Gets the action.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ZestActionFailException
public ZestActionFailException(ZestAction action, String message)
Instantiates a new zest action fail exception.- Parameters:
action- the actionmessage- the message
-
ZestActionFailException
public ZestActionFailException(ZestAction action, Throwable cause)
Instantiates a new zest action fail exception.- Parameters:
action- the actioncause- the cause
-
ZestActionFailException
public ZestActionFailException(ZestAction action)
Instantiates a new zest action fail exception.- Parameters:
action- the action
-
-
Method Detail
-
getAction
public ZestAction getAction()
Gets the action.- Returns:
- the action
-
-