Module io.github.bucket4j.core
Class ConfigurationNeedToBeReplacedError
- java.lang.Object
-
- io.github.bucket4j.distributed.remote.ConfigurationNeedToBeReplacedError
-
- All Implemented Interfaces:
CommandError,ComparableByContent<ConfigurationNeedToBeReplacedError>
public class ConfigurationNeedToBeReplacedError extends Object implements CommandError, ComparableByContent<ConfigurationNeedToBeReplacedError>
-
-
Field Summary
Fields Modifier and Type Field Description static SerializationHandle<ConfigurationNeedToBeReplacedError>SERIALIZATION_HANDLE
-
Constructor Summary
Constructors Constructor Description ConfigurationNeedToBeReplacedError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeExceptionasException()booleanequalsByContent(ConfigurationNeedToBeReplacedError other)
-
-
-
Field Detail
-
SERIALIZATION_HANDLE
public static SerializationHandle<ConfigurationNeedToBeReplacedError> SERIALIZATION_HANDLE
-
-
Method Detail
-
asException
public RuntimeException asException()
- Specified by:
asExceptionin interfaceCommandError
-
equalsByContent
public boolean equalsByContent(ConfigurationNeedToBeReplacedError other)
- Specified by:
equalsByContentin interfaceComparableByContent<ConfigurationNeedToBeReplacedError>
-
-