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