Class APIException

All Implemented Interfaces:
Serializable

public class APIException extends Exception
Author:
Ɓukasz Kajda <[email protected]>
See Also:
  • Constructor Details

    • APIException

      public APIException()
    • APIException

      public APIException(String message)
    • APIException

      public APIException(Integer status, String message)
    • APIException

      public APIException(Throwable t)
    • APIException

      public APIException(String message, Throwable t)
    • APIException

      public APIException(Integer status, String message, Throwable t)
  • Method Details

    • getStatus

      public Integer getStatus()
      HTTP status returned from API call or null if call hasn't been executed yet.