Class TimeoutException

All Implemented Interfaces:
Serializable

public class TimeoutException extends OperationAbortedException
Thrown if a netSearch times out without getting a response back from a cache, or when attempting to acquire a distributed lock.
Since:
GemFire 3.0
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
      Creates a new instance of TimeoutException without detail message.
    • TimeoutException

      public TimeoutException(String msg)
      Constructs an instance of TimeoutException with the specified detail message.
      Parameters:
      msg - the detail message
    • TimeoutException

      public TimeoutException(String msg, Throwable cause)
      Constructs an instance of TimeoutException with the specified detail message and cause.
      Parameters:
      msg - the detail message
      cause - the causal Throwable
    • TimeoutException

      public TimeoutException(Throwable cause)
      Constructs an instance of TimeoutException with the specified cause.
      Parameters:
      cause - the causal Throwable