Sonic Management API

com.sonicsw.security.pass.broker
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by progress.message.client.EGeneralException
                  extended by progress.message.client.ESecurityGeneralException
                      extended by com.sonicsw.security.pass.broker.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends progress.message.client.ESecurityGeneralException

To authenticate a JMS client through delegation mode, the user name and the credential are passed to the IAuthentication implementation.

If there is any failure in communicating with the external store by the implementation, this exception should be thrown.

See Also:

, Serialized Form


Constructor Summary
ConnectionException()
          Default constructor
ConnectionException(java.lang.String msg)
          Constructor
ConnectionException(java.lang.Throwable t)
          This constructor prints stack trace on the console.
 
Method Summary
 
Methods inherited from class progress.message.client.EGeneralException
getErrorId, getErrorPrefix, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionException

public ConnectionException()
Default constructor


ConnectionException

public ConnectionException(java.lang.String msg)
Constructor

Parameters:
msg - error message

ConnectionException

public ConnectionException(java.lang.Throwable t)
This constructor prints stack trace on the console.

Parameters:
t -

Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 07-Mar-2010.