Class IngressException

All Implemented Interfaces:
Serializable

public class IngressException extends RuntimeException
See Also:
  • Constructor Details Link icon

    • IngressException Link icon

      public IngressException(String message, String requestMethod, String requestURI, Throwable cause)
    • IngressException Link icon

      public IngressException(String message, String requestMethod, String requestURI, int statusCode, byte[] responseBody)
    • IngressException Link icon

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

    • getStatusCode Link icon

      public int getStatusCode()
    • getResponseBody Link icon

      public byte @Nullable [] getResponseBody()
    • getRequestMethod Link icon

      public String getRequestMethod()
    • getRequestURI Link icon

      public String getRequestURI()
    • getMessage Link icon

      public String getMessage()
      Overrides:
      getMessage in class Throwable