Package com.inttegro

Class ApiException

All Implemented Interfaces:
Serializable

public class ApiException extends Exception
API exception wrapping HTTP status and error payload.
See Also:
  • Constructor Details

  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getCode

      public String getCode()
    • getType

      public String getType()
    • getUrl

      public String getUrl()
    • getDetail

      public String getDetail()
    • getFixCode

      public String getFixCode()
    • getErrorCause

      public String getErrorCause()
    • getRequestId

      public String getRequestId()
    • getReport

      public ErrorReport getReport()
      Returns the generated report, or null when no reporter was configured or selected it.