CONFIDENTIAL

com.spectel.bcapi
Class BridgeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.spectel.bcapi.BridgeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationFailedException, BridgeConnectionException, DisconnectException, NotImplementedException, TimeoutException

public class BridgeException
extends java.lang.Exception

An exception to encapsulates Bridge interface errors.

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

Constructor Summary
BridgeException()
          Constructs a new BridgeException.
BridgeException(ACOMException acomexception)
           
BridgeException(java.lang.Exception e)
           
BridgeException(java.lang.String s)
           
BridgeException(java.lang.String s, java.lang.Exception e)
           
BridgeException(java.lang.String s, java.lang.Throwable e)
           
BridgeException(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

BridgeException

public BridgeException()
Constructs a new BridgeException.


BridgeException

public BridgeException(java.lang.String s)

BridgeException

public BridgeException(ACOMException acomexception)

BridgeException

public BridgeException(java.lang.String s,
                       java.lang.Exception e)

BridgeException

public BridgeException(java.lang.Exception e)

BridgeException

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

BridgeException

public BridgeException(java.lang.Throwable e)

CONFIDENTIAL

Copyright © 2005-2009 Avaya. All Rights Reserved.