com.genesyslab.ail.exception
Class DnRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.genesyslab.ail.exception.RequestFailedException
              extended by com.genesyslab.ail.exception.ServiceException
                  extended by com.genesyslab.ail.exception.TelephonyServiceException
                      extended by com.genesyslab.ail.exception.DnRegistrationException
All Implemented Interfaces:
java.io.Serializable

public class DnRegistrationException
extends TelephonyServiceException

Exception thrown when a DN could not be registered in the TServer.

See Also:
Serialized Form

Constructor Summary
DnRegistrationException(java.lang.String name, java.lang.String dn)
          Constructor for this exception.
 
Method Summary
 java.lang.String getDn()
          Returns the DN for which the registration failed.
 
Methods inherited from class com.genesyslab.ail.exception.ServiceException
getName, getStatus, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DnRegistrationException

public DnRegistrationException(java.lang.String name,
                               java.lang.String dn)
Constructor for this exception.

Parameters:
name - the name of the service
dn - the name of the DN for which the registration failed
Method Detail

getDn

public java.lang.String getDn()
Returns the DN for which the registration failed.