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

public class ApiException extends 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:
  • Constructor Details

    • ApiException

      protected ApiException()
    • ApiException

      protected ApiException(Throwable cause)
    • ApiException

      protected ApiException(String message)
    • ApiException

      protected ApiException(String message, Throwable cause)