|
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
java.io.IOException
progress.message.client.EGeneralException
progress.message.client.ESecurityGeneralException
com.sonicsw.security.pass.broker.ConnectionException
public class ConnectionException
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.
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 |
---|
public ConnectionException()
public ConnectionException(java.lang.String msg)
msg
- 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 |