com.ibm.websphere.security.auth
Class TokenCreationFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.security.GeneralSecurityException
                    |
                    +--com.ibm.websphere.security.WSSecurityException
                          |
                          +--com.ibm.websphere.security.auth.TokenCreationFailedException
All Implemented Interfaces:
java.io.Serializable

public class TokenCreationFailedException
extends WSSecurityException

This exception is thrown whenever authentication fails.

Version:
1.0
See Also:
Serialized Form

Constructor Summary
TokenCreationFailedException()
           
TokenCreationFailedException(java.lang.String debug_message)
           
TokenCreationFailedException(java.lang.String debug_message, java.lang.Throwable t)
           
TokenCreationFailedException(java.lang.Throwable t)
           
 
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

TokenCreationFailedException

public TokenCreationFailedException()

TokenCreationFailedException

public TokenCreationFailedException(java.lang.String debug_message)

TokenCreationFailedException

public TokenCreationFailedException(java.lang.Throwable t)

TokenCreationFailedException

public TokenCreationFailedException(java.lang.String debug_message,
                                    java.lang.Throwable t)


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.