Class IngressException

All Implemented Interfaces:
Serializable

public class IngressException extends RuntimeException
See Also:
  • Constructor Details

    • IngressException

      public IngressException(String message, Throwable cause)
    • IngressException

      public IngressException(String message, int statusCode, byte[] responseBody)
    • IngressException

      public IngressException(String message, int statusCode, byte[] responseBody, Throwable cause)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getResponseBody

      public byte @Nullable [] getResponseBody()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable