BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.rmi.extensions
Class RequestTimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byweblogic.rmi.extensions.RequestTimeoutException
All Implemented Interfaces:
Serializable

public final class RequestTimeoutException
extends RemoteException

RequestTimeoutException is raised when an RMI call blocks for longer that its designated timeout period. By default RMI calls never timeout.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
RequestTimeoutException()
           
RequestTimeoutException(String s)
          Constructs a RequestTimeoutException with the specified message.
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Constructor Detail

RequestTimeoutException

public RequestTimeoutException()

RequestTimeoutException

public RequestTimeoutException(String s)
Constructs a RequestTimeoutException with the specified message.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.