java.lang.Object
java.lang.Throwable
java.lang.Exception
net.commuty.parking.http.ApiException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CredentialsException,HttpClientException,HttpRequestException
public class ApiException
extends java.lang.Exception
Any Exception that the client can throw.
You can either catch This exception, or use the more specific exceptions (CredentialsException, HttpRequestException, HttpClientException).
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description protectedApiException()protectedApiException(java.lang.String message)protectedApiException(java.lang.String message, java.lang.Throwable cause)protectedApiException(java.lang.Throwable cause) -
Method Summary
-
Constructor Details
-
ApiException
protected ApiException() -
ApiException
protected ApiException(java.lang.Throwable cause) -
ApiException
protected ApiException(java.lang.String message) -
ApiException
protected ApiException(java.lang.String message, java.lang.Throwable cause)
-