|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sonicsw.security.pass.mf.ConnectionException
com.sonicsw.security.pass.mf.InvalidConfigurationException
public class InvalidConfigurationException
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.
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 |
---|
public InvalidConfigurationException()
public InvalidConfigurationException(java.lang.String message)
message
- error message
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |