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:
java.io.Serializable
- public class TokenExpiredException
- extends WSSecurityException
Version:
1.0
See Also:
Constructor Summary
Constructor and Description |
---|
TokenExpiredException()
|
TokenExpiredException(long expiration,java.lang.String debug_message)
|
TokenExpiredException(java.lang.String debug_message)
|
TokenExpiredException(java.lang.String debug_message,java.lang.Throwable t)
|
TokenExpiredException(java.lang.Throwable t)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getExpiration()
|
Methods inherited from class com.ibm.websphere.security.WSSecurityException |
---|
addException, getCause, getExceptions, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
TokenExpiredException
- public TokenExpiredException()
TokenExpiredException
- public TokenExpiredException(java.lang.String debug_message)
TokenExpiredException
- public TokenExpiredException(java.lang.Throwable t)
TokenExpiredException
- public TokenExpiredException(java.lang.String debug_message,
- java.lang.Throwable t)
TokenExpiredException
- public TokenExpiredException(long expiration,
- java.lang.String debug_message)
Method Detail
getExpiration
- public long getExpiration()