com.ibm.websphere.security.auth

Class TokenExpiredException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.security.GeneralSecurityException
  5. extended bycom.ibm.websphere.security.WSSecurityException
  6. extended bycom.ibm.websphere.security.auth.TokenExpiredException
All implemented interfaces:
java.io.Serializable

  1. public class TokenExpiredException
  2. extends WSSecurityException
This exception is thrown when a token is no longer valid.
Version:
1.0
See Also:
Serialized Form

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
  1. long
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

  1. public TokenExpiredException()

TokenExpiredException

  1. public TokenExpiredException(java.lang.String debug_message)

TokenExpiredException

  1. public TokenExpiredException(java.lang.Throwable t)

TokenExpiredException

  1. public TokenExpiredException(java.lang.String debug_message,
  2. java.lang.Throwable t)

TokenExpiredException

  1. public TokenExpiredException(long expiration,
  2. java.lang.String debug_message)

Method Detail

getExpiration

  1. public long getExpiration()