Class ControllerServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, AuthorizationException

public class ControllerServiceException extends RuntimeException
See Also:
  • Constructor Details

    • ControllerServiceException

      public ControllerServiceException(String errorMessage)
    • ControllerServiceException

      public ControllerServiceException(int httpErrorCode, String errorMessage)
    • ControllerServiceException

      public ControllerServiceException(int httpErrorCode, String errorName, String errorMessage)
    • ControllerServiceException

      public ControllerServiceException(String errorMessage, Throwable cause)
    • ControllerServiceException

      public ControllerServiceException(int httpErrorCode, String errorMessage, Throwable cause)
    • ControllerServiceException

      public ControllerServiceException(int httpErrorCode, String errorName, String errorMessage, Throwable cause)
  • Method Details

    • getHttpErrorCode

      public int getHttpErrorCode()
    • getErrorName

      public String getErrorName()
    • getErrorMessage

      public String getErrorMessage()