|
||||||||||
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 | +--springs.access.CallException
A exception thrown in a call to an agent.
Field Summary | |
private springs.access.ResultCallWithStatistics |
_resultCallWithStatistics
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
CallException(java.lang.Exception e,
springs.access.ResultCallWithStatistics statistics)
|
Method Summary | |
springs.access.ResultCallWithStatistics |
getStatistics()
|
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 |
Field Detail |
private springs.access.ResultCallWithStatistics _resultCallWithStatistics
Constructor Detail |
public CallException(java.lang.Exception e, springs.access.ResultCallWithStatistics statistics)
Method Detail |
public springs.access.ResultCallWithStatistics getStatistics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |