Package uk.ac.gda.client.exception
Class GDAClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.gda.client.exception.GDAClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GDAClientRestException
A generic class for any GDA client related exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGDAClientException(String message) GDAClientException(String message, Throwable cause) GDAClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) GDAClientException(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
-
GDAClientException
public GDAClientException() -
GDAClientException
-
GDAClientException
-
GDAClientException
-
GDAClientException
-