org.eclipse.jgit.storage.dht
Class DhtTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.eclipse.jgit.storage.dht.DhtException
                  extended by org.eclipse.jgit.storage.dht.DhtTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class DhtTimeoutException
extends DhtException

Any error caused by a Database operation.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jgit.storage.dht.DhtException
DhtException.TODO
 
Constructor Summary
DhtTimeoutException(java.lang.InterruptedException cause)
           
DhtTimeoutException(java.lang.String message)
           
DhtTimeoutException(java.lang.String message, java.util.concurrent.TimeoutException cause)
           
DhtTimeoutException(java.util.concurrent.TimeoutException 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

DhtTimeoutException

public DhtTimeoutException(java.lang.String message)
Parameters:
message -

DhtTimeoutException

public DhtTimeoutException(java.lang.String message,
                           java.util.concurrent.TimeoutException cause)
Parameters:
message -
cause -

DhtTimeoutException

public DhtTimeoutException(java.util.concurrent.TimeoutException cause)
Parameters:
cause -

DhtTimeoutException

public DhtTimeoutException(java.lang.InterruptedException cause)
Parameters:
cause -


Copyright © 2011. All Rights Reserved.