CONFIDENTIAL

com.spectel.bcapi
Class BridgeConnectionException

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

public class BridgeConnectionException
extends BridgeException

Subclass of BridgeException to indicate an exception in the API connection to the bridge. It wraps up SocketException, connection IOException, and connection EOFException

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

Constructor Summary
BridgeConnectionException()
           
BridgeConnectionException(java.lang.String s)
           
BridgeConnectionException(java.lang.String s, java.lang.Throwable e)
           
BridgeConnectionException(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

BridgeConnectionException

public BridgeConnectionException()

BridgeConnectionException

public BridgeConnectionException(java.lang.String s)

BridgeConnectionException

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

BridgeConnectionException

public BridgeConnectionException(java.lang.Throwable e)

CONFIDENTIAL

Copyright © 2005-2009 Avaya. All Rights Reserved.