Class RestClientException

All Implemented Interfaces:
Serializable

public class RestClientException extends RuntimeException
Exception to indicate any issues while executing a REST call.
See Also:
  • Constructor Details

    • RestClientException

      public RestClientException(String message, int httpErrorCode)
    • RestClientException

      public RestClientException(String message, Throwable cause)
  • Method Details

    • getHttpErrorCode

      public int getHttpErrorCode()