|
|||||||||
| 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.ConfigErrorException
public class ConfigErrorException
Exception thrown when a request to the the Configuration Layer fails.
| Constructor Summary | |
|---|---|
ConfigErrorException(java.lang.String name,
java.lang.String error)
Constructor for this exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getError()
Returns a String representing the error that
occurred. |
java.lang.String |
toString()
Returns a String representation of this
Exception. |
| Methods inherited from class com.genesyslab.ail.exception.ServiceException |
|---|
getName, getStatus |
| 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 ConfigErrorException(java.lang.String name,
java.lang.String error)
name - the name of the configuration service.error - the error that occurred.| Method Detail |
|---|
public java.lang.String getError()
String representing the error that
occurred.
public java.lang.String toString()
String representation of this
Exception.
toString in class ServiceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||