Package net.minheur.potoflux.login
Class InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minheur.potoflux.login.InvalidTokenException
- All Implemented Interfaces:
Serializable
This exception is thrown when your token is invalid, which means you maybe have modified it.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty initInvalidTokenException(String message) Constructor with a simple messageInvalidTokenException(String message, Throwable cause) Constructor with a message and a causeInvalidTokenException(Throwable cause) Constructor with only a cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTokenException
Constructor with a simple message- Parameters:
message- of the exception
-
InvalidTokenException
public InvalidTokenException()Empty init -
InvalidTokenException
Constructor with a message and a cause- Parameters:
message- of the exceptioncause- of the exception
-
InvalidTokenException
Constructor with only a cause- Parameters:
cause- of the exception
-