Class RequestTimeoutException

All Implemented Interfaces:
PortableObject, SerializationSupport, 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:
  • Constructor Details

    • RequestTimeoutException

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

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

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

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