com.rsa.swsj.profiles.wss
Class TokenException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.rsa.swsj.SWSJException
              extended bycom.rsa.swsj.profiles.wss.TokenException
All Implemented Interfaces:
java.io.Serializable

public class TokenException
extends SWSJException

This class defines an exception that is used when an error occurs in token creation or processing.

See Also:
Serialized Form

Constructor Summary
TokenException(java.lang.String message)

Creates a TokenException with the specified message.

 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenException

public TokenException(java.lang.String message)
Creates a TokenException with the specified message.

Parameters:
message - The String containing the detailed error message.