org.sapia.ubik.rmi.server.command
Class ResponseTimeOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sapia.ubik.rmi.server.command.ResponseTimeOutException
All Implemented Interfaces:
java.io.Serializable

public class ResponseTimeOutException
extends java.lang.RuntimeException

Thrown when an expected asynchronous response is expected but does not come in before a specified timeout.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
Serialized Form

Constructor Summary
ResponseTimeOutException()
          Constructor for ResponseTimeOutException.
 
Method Summary
 
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

ResponseTimeOutException

public ResponseTimeOutException()
Constructor for ResponseTimeOutException.



Copyright © 2010 Sapia OSS. All Rights Reserved.