Class ProfileRestServiceException

    • Field Detail

      • status

        protected org.springframework.http.HttpStatus status
      • detailMessage

        protected String detailMessage
    • Constructor Detail

      • ProfileRestServiceException

        public ProfileRestServiceException​(org.springframework.http.HttpStatus status,
                                           String detailMessage)
      • ProfileRestServiceException

        public ProfileRestServiceException​(org.springframework.http.HttpStatus status,
                                           ErrorCode errorCode,
                                           String detailMessage)
    • Method Detail

      • getStatus

        public org.springframework.http.HttpStatus getStatus()
      • getErrorCode

        public ErrorCode getErrorCode()
      • getDetailMessage

        public String getDetailMessage()