Class InvalidTokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minheur.potoflux.login.InvalidTokenException
All Implemented Interfaces:
Serializable

public class InvalidTokenException extends Exception
This exception is thrown when your token is invalid, which means you maybe have modified it.
See Also:
  • Constructor Details

    • InvalidTokenException

      public InvalidTokenException(String message)
      Constructor with a simple message
      Parameters:
      message - of the exception
    • InvalidTokenException

      public InvalidTokenException()
      Empty init
    • InvalidTokenException

      public InvalidTokenException(String message, Throwable cause)
      Constructor with a message and a cause
      Parameters:
      message - of the exception
      cause - of the exception
    • InvalidTokenException

      public InvalidTokenException(Throwable cause)
      Constructor with only a cause
      Parameters:
      cause - of the exception