com.spectel.bcapi
Class BridgeConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.spectel.bcapi.BridgeException
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
| 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 |
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)
Copyright © 2005-2009 Avaya. All Rights Reserved.