Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net
Class RequestTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tangosol.io.pof.PortableException
                  extended by com.tangosol.net.RequestIncompleteException
                      extended by com.tangosol.net.RequestTimeoutException

All Implemented Interfaces:
PortableObject, java.io.Serializable

public class RequestTimeoutException
extends RequestIncompleteException

Signals that a request execution in a distributed environment did not complete in a pre-determined amount of time. For some specific requests this exception could carry a partial execution result.

Since:
Coherence 3.3
Author:
gg 2006.11.02
See Also:
PriorityTask

Field Summary

 

Fields inherited from class com.tangosol.io.pof.PortableException
m_asStackRemote, m_sMessage, m_sName

 

Constructor Summary
RequestTimeoutException()
          Constructs a RequestTimeoutException with no detail message.
RequestTimeoutException(java.lang.String s)
          Constructs a RequestTimeoutException with the specified detail message.
RequestTimeoutException(java.lang.String s, java.lang.Throwable e)
          Construct a RequestTimeoutException from a Throwable object and an additional description.
RequestTimeoutException(java.lang.Throwable e)
          Construct a RequestTimeoutException from a Throwable object.

 

Method Summary

 

Methods inherited from class com.tangosol.net.RequestIncompleteException
getPartialResult, readExternal, setPartialResult, writeExternal

 

Methods inherited from class com.tangosol.io.pof.PortableException
getFullStackTrace, getMessage, getName, printStackTrace, printStackTrace, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace

 

Constructor Detail

RequestTimeoutException

public RequestTimeoutException()
Constructs a RequestTimeoutException with no detail message.

RequestTimeoutException

public RequestTimeoutException(java.lang.String s)
Constructs a RequestTimeoutException with the specified detail message.
Parameters:
s - the String that contains a detailed message

RequestTimeoutException

public RequestTimeoutException(java.lang.Throwable e)
Construct a RequestTimeoutException from a Throwable object.
Parameters:
e - the Throwable object

RequestTimeoutException

public RequestTimeoutException(java.lang.String s,
                               java.lang.Throwable e)
Construct a RequestTimeoutException from a Throwable object and an additional description.
Parameters:
s - the additional description
e - the Throwable object

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.