Class TokenValidationException

  • All Implemented Interfaces:
    Serializable

    public class TokenValidationException
    extends TokenException
    An exception that is thrown when a token validation fails.
    Author:
    mmoquillon
    See Also:
    Serialized Form
    • Constructor Detail

      • TokenValidationException

        public TokenValidationException()
        Creates a new instance of TokenValidationException without detail message.
      • TokenValidationException

        public TokenValidationException​(String msg)
        Constructs an instance of TokenValidationException with the specified detail message.
        Parameters:
        msg - the detail message.
      • TokenValidationException

        public TokenValidationException​(String message,
                                        Throwable cause)
        Constructs an instance of TokenValidationException with the specified detail message and with the specified cause.
        Parameters:
        message - the detail message.
        cause - the cause of this exception.