Class ProfileRestServiceException

All Implemented Interfaces:
Serializable

public class ProfileRestServiceException extends ProfileException
ProfileException used by clients to indicate a REST service error.
Author:
avasquez
See Also:
  • Field Details

    • status

      protected org.springframework.http.HttpStatusCode status
    • errorCode

      protected ErrorCode errorCode
    • detailMessage

      protected String detailMessage
  • Constructor Details

    • ProfileRestServiceException

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

      public ProfileRestServiceException(org.springframework.http.HttpStatusCode status, ErrorCode errorCode, String detailMessage)
  • Method Details

    • getStatus

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

      public ErrorCode getErrorCode()
    • getDetailMessage

      public String getDetailMessage()