org.xins.common
Class TimeOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xins.common.TimeOutException
All Implemented Interfaces:
Serializable

public final class TimeOutException
extends Exception

Exception that indicates the total time-out for a service call was reached.

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

Constructor Summary
TimeOutException()
          Constructs a new TimeOutException.
 
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

TimeOutException

public TimeOutException()
Constructs a new TimeOutException.



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