|
|||||||||
| 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.ConfigServiceException
com.genesyslab.ail.exception.ConfigTimeoutException
public class ConfigTimeoutException
Exception thrown when a request to the Configuration Layer times out.
| Constructor Summary | |
|---|---|
ConfigTimeoutException(java.lang.String name,
int timeout)
Constructor for this exception. |
|
| Method Summary | |
|---|---|
int |
getTimeout()
Returns the timeout delay that was reached. |
| 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 ConfigTimeoutException(java.lang.String name,
int timeout)
name - the name of the service.timeout - the timeout delay in seconds.| Method Detail |
|---|
public int getTimeout()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||