Package com.bisnode.opa.client
Class OpaClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.bisnode.opa.client.OpaClientException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidEndpointException,OpaServerConnectionException
public class OpaClientException extends java.lang.RuntimeExceptionException returned byOpaClientAll exceptions that will be thrown insideOpaClientwill be mapped to this one- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description OpaClientException()OpaClientException(java.lang.String message)OpaClientException(java.lang.String message, java.lang.Throwable cause)protectedOpaClientException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)OpaClientException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
OpaClientException
public OpaClientException()
-
OpaClientException
public OpaClientException(java.lang.String message)
-
OpaClientException
public OpaClientException(java.lang.String message, java.lang.Throwable cause)
-
OpaClientException
public OpaClientException(java.lang.Throwable cause)
-
OpaClientException
protected OpaClientException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-