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.

Revisions:

Dec 28 2002 Bela Ban: first implementation

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

Google Analytics

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