Sonic Management API

com.sonicsw.security.pass.broker
Class UnauthenticatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by progress.message.client.EGeneralException
                  extended by progress.message.client.ESecurityGeneralException
                      extended by com.sonicsw.security.pass.broker.UnauthenticatedException
All Implemented Interfaces:
java.io.Serializable

public class UnauthenticatedException
extends progress.message.client.ESecurityGeneralException

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.

See Also:

, Serialized Form


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

UnauthenticatedException

public UnauthenticatedException()
Default constructor


UnauthenticatedException

public UnauthenticatedException(java.lang.String msg)
Constructor

Parameters:
msg - error message

UnauthenticatedException

public UnauthenticatedException(java.lang.Throwable t)
This constructor prints stack trace on the console.

Parameters:
t -

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.