org.jboss.cache.lock
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.cache.CacheException
                  extended by org.jboss.cache.lock.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.

Version:
$Revision: 7168 $

Revisions:

Dec 28 2002 Bela Ban: first implementation

Author:
Bela Ban.
See Also:
Serialized Form

Constructor Summary
TimeoutException()
           
TimeoutException(String msg)
           
TimeoutException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
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)


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