Package com.ibm.websphere.security.auth
Class TokenExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
com.ibm.websphere.security.WSSecurityException
com.ibm.websphere.security.auth.TokenExpiredException
- All Implemented Interfaces:
Serializable
This exception is thrown when a token is no longer valid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTokenExpiredException
(long expiration, String debug_message) TokenExpiredException
(String debug_message) TokenExpiredException
(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
-
TokenExpiredException
public TokenExpiredException() -
TokenExpiredException
-
TokenExpiredException
-
TokenExpiredException
-
TokenExpiredException
-
-
Method Details
-
getExpiration
public long getExpiration()
-