CONFIDENTIAL

com.spectel.bcapi
Class NotImplementedException

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

public class NotImplementedException
extends BridgeException

Subclass of Bridge Exception to indicate interface method called has not been implemented.

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

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

NotImplementedException

public NotImplementedException()

NotImplementedException

public NotImplementedException(java.lang.String s)

NotImplementedException

public NotImplementedException(java.lang.Throwable e)

NotImplementedException

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

CONFIDENTIAL

Copyright © 2005-2009 Avaya. All Rights Reserved.