Package dev.vality.http.client.exception
Class ClientCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.vality.http.client.exception.ClientCreationException
- All Implemented Interfaces:
Serializable
public class ClientCreationException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ClientCreationException()ClientCreationException(String message)ClientCreationException(String message, Throwable cause)ClientCreationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ClientCreationException(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
-
ClientCreationException
public ClientCreationException() -
ClientCreationException
-
ClientCreationException
-
ClientCreationException
-
ClientCreationException
-