org.infinispan.util.concurrent
Class TimeoutException

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

public class TimeoutException
extends 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., Mircea.Markus@jboss.com
See Also:
Serialized Form

Constructor Summary
TimeoutException()
           
TimeoutException(String msg)
           
TimeoutException(String msg, Throwable cause)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeoutException

public TimeoutException()

TimeoutException

public TimeoutException(String msg)

TimeoutException

public TimeoutException(String msg,
                        Throwable cause)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.