CONFIDENTIAL

com.spectel.bcapi
Class DisconnectException

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

public class DisconnectException
extends BridgeException

Subclass of Bridge Exception to indicate we are disconnected from the bridge.

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

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

DisconnectException

public DisconnectException()

DisconnectException

public DisconnectException(java.lang.String s)

DisconnectException

public DisconnectException(java.lang.Throwable e)

DisconnectException

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

CONFIDENTIAL

Copyright © 2005-2009 Avaya. All Rights Reserved.