Class UnexpectedResponseException

All Implemented Interfaces:
Serializable

public class UnexpectedResponseException extends SignatureException
See Also:
  • Constructor Details

    • UnexpectedResponseException

      public UnexpectedResponseException(StatusCode actual)
    • UnexpectedResponseException

      public UnexpectedResponseException(Object errorEntity, StatusCode actual, StatusCode... expected)
    • UnexpectedResponseException

      public UnexpectedResponseException(Object errorEntity, Throwable cause, StatusCode actual, StatusCode... expected)
  • Method Details

    • isHttpStatusCode

      public boolean isHttpStatusCode(int statusCode)
    • httpStatusCode

      public int httpStatusCode()
    • getErrorCode

      public String getErrorCode()
    • getErrorMessage

      public String getErrorMessage()
    • getErrorType

      public String getErrorType()
    • isErrorCode

      public boolean isErrorCode(String errorCode)