Sonic Management API

com.sonicsw.security.pass.mf
Class InvalidConfigurationException

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

public class InvalidConfigurationException
extends ConnectionException

Management SPI configured in the Authentication Domain has attributes setting group box through which the attributes (name-value pair) are defined for the Management SPI. These attributes are passed to the Management SPI implementation in the connect method.

If the connection fails due to bad attributes, this exception should be thrown.

See Also:

, Serialized Form


Constructor Summary
InvalidConfigurationException()
          Default Constructor
InvalidConfigurationException(java.lang.String message)
          Constructor
 
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

InvalidConfigurationException

public InvalidConfigurationException()
Default Constructor


InvalidConfigurationException

public InvalidConfigurationException(java.lang.String message)
Constructor

Parameters:
message - error message

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.