Class InvalidTokenException
Object
Throwable
Exception
RuntimeException
InvalidTokenException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=FORBIDDEN,
reason="Token de autenticacao invalido")
public class InvalidTokenException
extends RuntimeException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTokenException
public InvalidTokenException()
-