Class BaseServerResponseException

    • Constructor Detail

      • BaseServerResponseException

        public BaseServerResponseException​(int statusCode,
                                           String message)
      • BaseServerResponseException

        public BaseServerResponseException​(int statusCode,
                                           String message,
                                           Throwable cause)
      • BaseServerResponseException

        public BaseServerResponseException​(int statusCode,
                                           Throwable cause)
      • BaseServerResponseException

        public BaseServerResponseException​(int statusCode,
                                           Throwable cause,
                                           OperationOutcome outcome)
    • Method Detail

      • setStatusCode

        public void setStatusCode​(int statusCode)
      • getStatusCode

        public int getStatusCode()
      • setOperationOutcome

        public void setOperationOutcome​(OperationOutcome operationOutcome)