Package com.networknt.exception
Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.networknt.exception.ClientException
-
- All Implemented Interfaces:
Serializable
public class ClientException extends Exception
This is a checked exception used by Client module.- Author:
- Steve Hu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientException()ClientException(Status status)ClientException(String message)ClientException(String message, Throwable cause)ClientException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StatusgetStatus()static voidsetStatus(Status status)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-