Package net.commuty.parking.http
Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.commuty.parking.http.ApiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CredentialsException,HttpClientException,HttpRequestException
Any Exception that the client can throw.
You can either catch This exception, or use the more specific exceptions (CredentialsException, HttpRequestException, HttpClientException).
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedApiException(String message) protectedApiException(String message, Throwable cause) protectedApiException(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
-
ApiException
protected ApiException() -
ApiException
-
ApiException
-
ApiException
-