com.cisco.jtapi.extensions
Class CiscoUnregistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cisco.jtapi.extensions.CiscoUnregistrationException
All Implemented Interfaces:
java.io.Serializable

public class CiscoUnregistrationException
extends java.lang.Exception

The CiscoMediaTerminal.unregister method throws this exception when the unregistration process fails. For example, registration fails if the Provider is OUT_OF_SERVICE or the Terminal is already unregistered.

See Also:
CiscoMediaTerminal.unregister(), Serialized Form

Constructor Summary
CiscoUnregistrationException()
           
CiscoUnregistrationException(java.lang.String description)
           
 
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

CiscoUnregistrationException

public CiscoUnregistrationException()

CiscoUnregistrationException

public CiscoUnregistrationException(java.lang.String description)