Package org.oa4mp.delegation.server
Class MissingTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.oa4mp.delegation.server.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 Summary
Constructors Constructor Description MissingTokenException()
MissingTokenException(String message)
MissingTokenException(String message, Throwable cause)
MissingTokenException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-