com.cisco.jtapi.extensions
Class CiscoRegistrationException

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

public class CiscoRegistrationException
extends java.lang.Exception

Introduction

The CiscoMediaTerminal.register method throws this exception when the registration process fails for any reason. For example, registration would fail if the Provider were OUT_OF_SERVICE or if the device were already registered.

See Also:
CiscoMediaTerminal.register(java.net.InetAddress, int, com.cisco.jtapi.extensions.CiscoMediaCapability[])

Constructor Summary
CiscoRegistrationException()
           
CiscoRegistrationException(java.lang.String description)
          This method takes description of the exception as a parameter.
 
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

CiscoRegistrationException

public CiscoRegistrationException()

CiscoRegistrationException

public CiscoRegistrationException(java.lang.String description)
This method takes description of the exception as a parameter.