|
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.UnauthenticatedException
public class UnauthenticatedException
To authenticate a JMS client through delegation mode, the user name and the
credential are passed to the IAuthentication
SPI implementation
and authenticate(String username, byte[] credentials)
method is
called on the underlying SPI implementation.
If the user cannot be authenticated, this exception should be thrown.
Constructor Summary | |
---|---|
UnauthenticatedException()
Default constructor |
|
UnauthenticatedException(java.lang.String msg)
Constructor |
|
UnauthenticatedException(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 UnauthenticatedException()
public UnauthenticatedException(java.lang.String msg)
msg
- error messagepublic UnauthenticatedException(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 |