Show / Hide Table of Contents

Class RequestTimeoutException

Signals that a request execution in a clustered environment did not complete in a pre-determined amount of time.

Inheritance
object
Exception
PortableException
RequestIncompleteException
RequestTimeoutException
Implements
IPortableObject
ISerializable
Inherited Members
RequestIncompleteException.PartialResult
RequestIncompleteException.GetObjectData(SerializationInfo, StreamingContext)
RequestIncompleteException.ReadExternal(IPofReader)
RequestIncompleteException.WriteExternal(IPofWriter)
PortableException.Name
PortableException.FullStackTrace
PortableException.InnerException
PortableException.Message
PortableException.StackTrace
PortableException.ToString()
PortableException.m_name
PortableException.m_message
PortableException.m_arrStackRemote
PortableException.m_innerException
Exception.GetBaseException()
Exception.GetType()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.Source
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Tangosol.Net
Assembly: Coherence.dll
Syntax
[Serializable]
public class RequestTimeoutException : RequestIncompleteException, IPortableObject, ISerializable
Remarks

For some specific requests this exception could carry a partial execution result.

Constructors

RequestTimeoutException()

Constructs a RequestTimeoutException with no detail message.

Declaration
public RequestTimeoutException()

RequestTimeoutException(Exception)

Construct a RequestTimeoutException from an Exception object.

Declaration
public RequestTimeoutException(Exception e)
Parameters
Type Name Description
Exception e

The Exception object.

RequestTimeoutException(SerializationInfo, StreamingContext)

Construct a RequestTimeoutException class with serialized data.

Declaration
public RequestTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The SerializationInfo that holds the serialized object data about the exception being thrown.

StreamingContext context

The StreamingContext that contains contextual information about the source or destination.

RequestTimeoutException(string)

Constructs a RequestTimeoutException with the specified detail message.

Declaration
public RequestTimeoutException(string s)
Parameters
Type Name Description
string s

The string that contains a detailed message.

RequestTimeoutException(string, Exception)

Construct a RequestTimeoutException from a Exception object and an additional description.

Declaration
public RequestTimeoutException(string s, Exception e)
Parameters
Type Name Description
string s

The additional description.

Exception e

The Exception object.

Implements

IPortableObject
ISerializable

See Also

IPriorityTask
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.