Package org.sunbird.common.exception
Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sunbird.common.exception.MiddlewareException
-
- org.sunbird.common.exception.ClientException
-
- All Implemented Interfaces:
Serializable
public class ClientException extends MiddlewareException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientException(String errCode, String message)ClientException(String errCode, String message, Object... params)ClientException(String errCode, String message, Throwable root)ClientException(String errCode, String message, Throwable root, Object... params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseCodegetResponseCode()-
Methods inherited from class org.sunbird.common.exception.MiddlewareException
getErrCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
getResponseCode
public ResponseCode getResponseCode()
- Overrides:
getResponseCodein classMiddlewareException
-
-