Package dev.vality.http.client.exception
Class UnknownClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.vality.http.client.exception.UnknownClientException
- All Implemented Interfaces:
Serializable
public class UnknownClientException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnknownClientException()UnknownClientException(String message)UnknownClientException(String message, Throwable cause)UnknownClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)UnknownClientException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownClientException
public UnknownClientException() -
UnknownClientException
-
UnknownClientException
-
UnknownClientException
-
UnknownClientException
-