|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.edg.data.util.DataException | +--org.edg.data.reptor.ReptorException | +--org.edg.data.reptor.info.InfoServiceException
Exception thrown by InfoService classes.
Constructor Summary | |
InfoServiceException(java.lang.Exception e)
|
|
InfoServiceException(java.lang.String s)
|
|
InfoServiceException(java.lang.String option,
java.lang.String reason,
java.lang.String comment)
Constructs a InfoServiceException used by the Stub config. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InfoServiceException(java.lang.String s)
public InfoServiceException(java.lang.Exception e)
public InfoServiceException(java.lang.String option, java.lang.String reason, java.lang.String comment)
InfoServiceException
used by the Stub config.
option
- The configuration option that is affected.reason
- The cause of the error.comment
- Additional comment that may indicate a
resolution of the problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |