org.xins.common
Class TimeOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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.7 $ $Date: 2006/08/28 09:12:35 $
- Author:
- Ernst de Haan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimeOutException
public TimeOutException()
- Constructs a new
TimeOutException
.
See http://www.xins.org/.