|
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
public class ConnectionException
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.
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 |
---|
public ConnectionException()
public ConnectionException(java.lang.String message)
message
- error messagepublic ConnectionException(java.lang.Throwable t)
t
-
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |