org.idoox.wasp.server
Class TimeoutExpiredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.wasp.server.TimeoutExpiredException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutExpiredException
extends java.lang.Exception

Exception used in the ServiceStateManager interface to signal that the timeout interval for particular operation expired.

Since:
4.0
See Also:
Serialized Form
Component:
Core

Constructor Summary
TimeoutExpiredException()
          Deprecated. Creates a new TimeoutExpiredException instance.
TimeoutExpiredException(java.lang.String reason)
          Deprecated. Creates a new TimeoutExpiredException instance.
 
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

TimeoutExpiredException

public TimeoutExpiredException()
Deprecated. 
Creates a new TimeoutExpiredException instance.


TimeoutExpiredException

public TimeoutExpiredException(java.lang.String reason)
Deprecated. 
Creates a new TimeoutExpiredException instance.

Parameters:
reason - the reason