com.genesyslab.ail.exception
Class TelephonyServiceException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DnRegistrationException, TelephonyErrorException, TelephonyTimeoutException

public class TelephonyServiceException
extends ServiceException

Exception thrown when a request fails because of the telephony service.

See Also:
Serialized Form

Constructor Summary
TelephonyServiceException(java.lang.String name, ServiceStatus.Status status)
          Constructor for this exception.
 
Method Summary
 
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

TelephonyServiceException

public TelephonyServiceException(java.lang.String name,
                                 ServiceStatus.Status status)
Constructor for this exception.

Parameters:
name - The name of the service.
status - The status of the service