|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.genesyslab.ail.exception.RequestFailedException
com.genesyslab.ail.exception.ServiceException
com.genesyslab.ail.exception.TelephonyServiceException
com.genesyslab.ail.exception.TelephonyTimeoutException
public class TelephonyTimeoutException
Exception thrown when a request to the telephony service times out.
| Constructor Summary | |
|---|---|
TelephonyTimeoutException(java.lang.String name,
int timeout)
Constructor for this exception. |
|
| Method Summary | |
|---|---|
int |
getTimeout()
Returns the timeout delay that was overrun. |
| 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 |
|---|
public TelephonyTimeoutException(java.lang.String name,
int timeout)
name - the name of the servicetimeout - the timeout delay| Method Detail |
|---|
public int getTimeout()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||