Package com.ibm.websphere.security.auth
Class InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
com.ibm.websphere.security.WSSecurityException
com.ibm.websphere.security.auth.InvalidTokenException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ValidationFailedException
This exception is thrown whenever authentication fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTokenException
(String debug_message) InvalidTokenException
(String debug_message, Throwable t) -
Method Summary
Methods inherited from class com.ibm.websphere.security.WSSecurityException
addException, getCause, getExceptions, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTokenException
public InvalidTokenException() -
InvalidTokenException
-
InvalidTokenException
-
InvalidTokenException
-