org.xins.common.service
Class GenericCallException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xins.common.service.CallException
              extended byorg.xins.common.service.GenericCallException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionCallException, IOCallException, SocketTimeOutCallException, TotalTimeOutCallException, UnexpectedExceptionCallException

public abstract class GenericCallException
extends CallException

Generic call exception, not related to any particular kind of service.

Since:
XINS 1.0.0
Version:
$Revision: 1.18 $ $Date: 2008/07/04 10:22:48 $
Author:
Ernst de Haan
See Also:
Serialized Form

Methods inherited from class org.xins.common.service.CallException
getDetail, getDuration, getMessage, getNext, getRequest, getTarget, isFailOverAllowed
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



See http://www.xins.org/.