Sonic Management API

com.sonicsw.security.pass.mf
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sonicsw.security.pass.mf.ConnectionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidConfigurationException

public class ConnectionException
extends java.lang.Exception

This exception is to be thrown by the implementer of Management SPI.

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 message)
          Constructor
ConnectionException(java.lang.Throwable t)
          This constructor prints stack trace on the console.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionException

public ConnectionException()
Default constructor


ConnectionException

public ConnectionException(java.lang.String message)
Constructor

Parameters:
message - 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 16-Sep-2010.