Class MissingTokenException

  • All Implemented Interfaces:
    Serializable

    public class MissingTokenException
    extends edu.uiuc.ncsa.security.core.exceptions.GeneralException
    An exception when a token that must be present is not. Generally try to intercept missing tokens before any lower level calls do that since it can be hard to untangle which token was missing where.

    Created by Jeff Gaynor
    on 9/20/11 at 12:30 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • MissingTokenException

        public MissingTokenException()
      • MissingTokenException

        public MissingTokenException​(Throwable cause)
      • MissingTokenException

        public MissingTokenException​(String message)
      • MissingTokenException

        public MissingTokenException​(String message,
                                     Throwable cause)