Class RestException

    • Constructor Detail

      • RestException

        public RestException​(org.eclipse.core.runtime.IStatus status)
      • RestException

        public RestException()
      • RestException

        public RestException​(int errorCode)
      • RestException

        public RestException​(String message)
      • RestException

        public RestException​(String message,
                             int errorCode)
      • RestException

        public RestException​(Throwable cause)
      • RestException

        public RestException​(Throwable cause,
                             int errorCode)
      • RestException

        public RestException​(String message,
                             Throwable cause)
      • RestException

        public RestException​(String message,
                             Throwable cause,
                             int errorCode)
      • RestException

        public RestException​(String message,
                             Throwable cause,
                             int errorCode,
                             byte[] response)
    • Method Detail

      • getErrorCode

        public int getErrorCode()
      • getResponseBody

        public byte[] getResponseBody()