com.pingidentity.sts.clientapi
Class SecurityTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pingidentity.sts.clientapi.SecurityTokenException
All Implemented Interfaces:
java.io.Serializable

public class SecurityTokenException
extends java.lang.Exception

Exception class thrown when errors occur during a transaction with the STS related to tokens. Usually rethrown as STSClientException.

See Also:
STSClientException, Serialized Form

Constructor Summary
SecurityTokenException(java.lang.String message)
          Constructs Exception with defined error message.
SecurityTokenException(java.lang.String message, java.lang.Throwable reason)
          Constructs Exception with defined reason and additional error message.
SecurityTokenException(java.lang.Throwable reason)
          Constructs Exception with defined error reason.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityTokenException

public SecurityTokenException(java.lang.String message)
Constructs Exception with defined error message.

Parameters:
message - error message

SecurityTokenException

public SecurityTokenException(java.lang.String message,
                              java.lang.Throwable reason)
Constructs Exception with defined reason and additional error message.

Parameters:
message - error message
reason - exception reason

SecurityTokenException

public SecurityTokenException(java.lang.Throwable reason)
Constructs Exception with defined error reason.

Parameters:
reason - error reason


Copyright © 2006-2009 Ping Identity Corporation. All Rights Reserved.