Module io.github.bucket4j.core
Class UnsupportedTypeError
java.lang.Object
io.github.bucket4j.distributed.remote.UnsupportedTypeError
- All Implemented Interfaces:
CommandError,ComparableByContent<UnsupportedTypeError>
public class UnsupportedTypeError
extends Object
implements CommandError, ComparableByContent<UnsupportedTypeError>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanint
-
Field Details
-
SERIALIZATION_HANDLE
-
-
Constructor Details
-
UnsupportedTypeError
public UnsupportedTypeError(int typeId)
-
-
Method Details
-
getTypeId
public int getTypeId() -
asException
- Specified by:
asExceptionin interfaceCommandError
-
equalsByContent
- Specified by:
equalsByContentin interfaceComparableByContent<UnsupportedTypeError>
-