Package org.hisp.dhis.response
Class Dhis2ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hisp.dhis.response.Dhis2ClientException
- All Implemented Interfaces:
Serializable
Exception caused by client side errors.
- Author:
- Lars Helge Overland
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDhis2ClientException(String message, int statusCode) Dhis2ClientException(String message, Throwable cause) Dhis2ClientException(String message, Throwable cause, int statusCode) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Dhis2ClientException
-
Dhis2ClientException
-
Dhis2ClientException
-