Package org.mozilla.zest.core.v1
Class ZestClientFailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mozilla.zest.core.v1.ZestClientFailException
-
- All Implemented Interfaces:
Serializable
public class ZestClientFailException extends Exception
The Class ZestClientFailException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZestClientFailException(ZestElement client)Instantiates a new zest client fail exception.ZestClientFailException(ZestElement client, String message)Instantiates a new zest client fail exception.ZestClientFailException(ZestElement client, String message, Throwable cause)Constructs aZestClientFailExceptionwith the given client, message, and cause.ZestClientFailException(ZestElement client, Throwable cause)Instantiates a new zest client fail exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZestElementgetElement()Gets the client.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ZestClientFailException
public ZestClientFailException(ZestElement client, String message)
Instantiates a new zest client fail exception.- Parameters:
client- the clientmessage- the message
-
ZestClientFailException
public ZestClientFailException(ZestElement client, Throwable cause)
Instantiates a new zest client fail exception.- Parameters:
client- the clientcause- the cause
-
ZestClientFailException
public ZestClientFailException(ZestElement client, String message, Throwable cause)
Constructs aZestClientFailExceptionwith the given client, message, and cause.- Parameters:
client- the client.message- the detail message.cause- the cause.- Since:
- 0.14.0
-
ZestClientFailException
public ZestClientFailException(ZestElement client)
Instantiates a new zest client fail exception.- Parameters:
client- the client
-
-
Method Detail
-
getElement
public ZestElement getElement()
Gets the client.- Returns:
- the client
-
-