Package org.drasyl.handler.dht.chord
Class ChordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drasyl.handler.dht.chord.ChordException
- All Implemented Interfaces:
Serializable
Exceptions related to the Chord protocol.
- See Also:
-
Constructor Summary
ConstructorDescriptionChordException
(String message) ChordException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChordException
-
ChordException
-