springs.access
Class CallException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--springs.access.CallException
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class CallException
extends java.lang.Exception
implements java.io.Serializable, java.lang.Cloneable

A exception thrown in a call to an agent.

Author:
Sergio Ilarri Artigas
See Also:
Serialized Form

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

_resultCallWithStatistics

private springs.access.ResultCallWithStatistics _resultCallWithStatistics
Constructor Detail

CallException

public CallException(java.lang.Exception e,
                     springs.access.ResultCallWithStatistics statistics)
Method Detail

getStatistics

public springs.access.ResultCallWithStatistics getStatistics()