Class UnknownTokenException

  • All Implemented Interfaces:
    Serializable

    public class UnknownTokenException
    extends org.springframework.security.core.AuthenticationException
    Exception thrown when an invalid token is encountered
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownTokenException

        public UnknownTokenException​(String msg)
      • UnknownTokenException

        public UnknownTokenException​(String msg,
                                     Throwable t)