org.eclipse.jgit.storage.dht
Class DhtTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.storage.dht.DhtException
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
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 |
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.