Package org.mozilla.zest.core.v1
Class ZestAssignFailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mozilla.zest.core.v1.ZestAssignFailException
-
- All Implemented Interfaces:
Serializable
public class ZestAssignFailException extends Exception
The Class ZestActionFailException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZestAssignFailException(ZestAssignment assign)Instantiates a new zest action fail exception.ZestAssignFailException(ZestAssignment assign, String message)Instantiates a new zest action fail exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZestAssignmentgetAssignment()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
-
ZestAssignFailException
public ZestAssignFailException(ZestAssignment assign, String message)
Instantiates a new zest action fail exception.- Parameters:
assign- the assignmessage- the message
-
ZestAssignFailException
public ZestAssignFailException(ZestAssignment assign)
Instantiates a new zest action fail exception.- Parameters:
assign- the assign
-
-
Method Detail
-
getAssignment
public ZestAssignment getAssignment()
Gets the action.- Returns:
- the action
-
-