Class TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.util.concurrent.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException extends org.infinispan.commons.CacheException
Thrown when a timeout occurred. used by operations with timeouts, e.g. lock acquisition, or waiting for responses from all members.
Since:
4.0
Author:
Bela Ban., [email protected]
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
    • TimeoutException

      public TimeoutException(String msg)
    • TimeoutException

      public TimeoutException(String msg, Throwable cause)
  • Method Details