Package step.core.access.authentication
Class InvalidAuthenticationTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- step.core.deployment.ControllerServiceException
-
- step.core.access.authentication.InvalidAuthenticationTokenException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidAuthenticationTokenException extends step.core.deployment.ControllerServiceException
Thrown if an authentication token is invalid.- Author:
- cassiomolin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAuthenticationTokenException(java.lang.String message)
InvalidAuthenticationTokenException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class step.core.deployment.ControllerServiceException
getErrorMessage, getErrorName, getHttpErrorCode
-
-