Class ServiceClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
co.yellowdog.platform.clients.ServiceClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientErrorException, NotAuthorisedException, ServerErrorException

public class ServiceClientException extends RuntimeException
See Also:
  • Constructor Details

    • ServiceClientException

      public ServiceClientException(int httpStatusCode)
    • ServiceClientException

      public ServiceClientException(int httpStatusCode, String message)
    • ServiceClientException

      public ServiceClientException(int httpStatusCode, String message, Throwable cause)
    • ServiceClientException

      public ServiceClientException(int httpStatusCode, String message, List<String> detail)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • getHttpStatusCode

      public int getHttpStatusCode()
    • getDetail

      public List<String> getDetail()