com.pingidentity.sts.clientapi
Class STSClientException

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

public class STSClientException
extends java.lang.Exception

Exception thrown by the client SDK when an error occurs communicating with the STS.

See Also:
Serialized Form

Constructor Summary
STSClientException(java.lang.String message)
          Constructs Exception with defined error message.
STSClientException(java.lang.String message, java.lang.Throwable reason)
          Constructs Exception with defined reason and additional error message.
STSClientException(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

STSClientException

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

Parameters:
message - error message

STSClientException

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

Parameters:
message - error message
reason - exception reason

STSClientException

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

Parameters:
reason - error reason


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