com.pingidentity.sts.clientapi
Class ClientFatalException

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

public class ClientFatalException
extends java.lang.RuntimeException

Client fatal exception.

See Also:
Serialized Form

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

ClientFatalException

public ClientFatalException(java.lang.String message,
                            java.lang.Throwable reason)
Constructs exception with reason and additional error message.

Parameters:
message - exception description
reason - exception cause

ClientFatalException

public ClientFatalException(java.lang.String message)
Constructs exception with defined message.

Parameters:
message - exception description

ClientFatalException

public ClientFatalException(java.lang.Throwable reason)
Constructs exception with defined cause.

Parameters:
reason - exception cause


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