Package io.etcd.jetcd.common.exception
Class EtcdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.etcd.jetcd.common.exception.EtcdException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ClosedClientException,ClosedKeepAliveListenerException,ClosedSnapshotException,ClosedWatcherException,CompactedException
public class EtcdException extends java.lang.RuntimeExceptionBase exception type for all exceptions produced by the etcd service.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCodegetErrorCode()Returns the error code associated with this exception.
-