Class TokenInvalidatedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TokenInvalidatedException
    extends java.lang.Exception
    Exception is thrown if the user tries to use the same token multiple times.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TokenInvalidatedException

        public TokenInvalidatedException()
        Default Constructor
      • TokenInvalidatedException

        public TokenInvalidatedException​(java.lang.String message,
                                         java.lang.Throwable cause)
        Parameters:
        message -
        cause -
      • TokenInvalidatedException

        public TokenInvalidatedException​(java.lang.String message)
        Parameters:
        message -
      • TokenInvalidatedException

        public TokenInvalidatedException​(java.lang.Throwable cause)
        Parameters:
        cause -