Package step.core.deployment
Class ControllerServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
step.core.deployment.ControllerServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException
,AuthorizationException
- See Also:
-
Constructor Summary
ConstructorDescriptionControllerServiceException
(int httpErrorCode, String errorMessage) ControllerServiceException
(int httpErrorCode, String errorName, String errorMessage) ControllerServiceException
(int httpErrorCode, String errorName, String errorMessage, Throwable cause) ControllerServiceException
(int httpErrorCode, String errorMessage, Throwable cause) ControllerServiceException
(String errorMessage) ControllerServiceException
(String errorMessage, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ControllerServiceException
-
ControllerServiceException
-
ControllerServiceException
-
ControllerServiceException
-
ControllerServiceException
-
ControllerServiceException
-
-
Method Details
-
getHttpErrorCode
public int getHttpErrorCode() -
getErrorName
-
getErrorMessage
-