CONFIDENTIAL

com.spectel.bcapi
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.spectel.bcapi.BridgeException
              extended by com.spectel.bcapi.AuthenticationFailedException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationFailedException
extends BridgeException

Subclass of Bridge Exception to indicate authentication to a particular conference failed.

Author:
Éimhín McManus
See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException()
          Constructs a new BridgeException.
AuthenticationFailedException(java.lang.String s)
           
AuthenticationFailedException(java.lang.String s, java.lang.Throwable e)
           
AuthenticationFailedException(java.lang.Throwable e)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationFailedException

public AuthenticationFailedException()
Constructs a new BridgeException.


AuthenticationFailedException

public AuthenticationFailedException(java.lang.String s)

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String s,
                                     java.lang.Throwable e)

AuthenticationFailedException

public AuthenticationFailedException(java.lang.Throwable e)

CONFIDENTIAL

Copyright © 2005-2009 Avaya. All Rights Reserved.