Package org.infinispan.server.resp
Class RespErrorUtil
java.lang.Object
org.infinispan.server.resp.RespErrorUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcustomError(String message, ByteBufPool allocatorToUse) static Consumer<ByteBufPool> static voidindexOutOfRange(ByteBufPool allocatorToUse) static booleanstatic voidminOrMaxNotAValidFloat(ByteBufPool allocator) static voidminOrMaxNotAValidStringRange(ByteBufPool allocator) static voidmustBePositive(ByteBufPool allocator) static voidmustBePositive(ByteBufPool allocator, String argumentName) static voidnoSuchKey(ByteBufPool allocatorToUse) static voidsyntaxError(ByteBufPool allocator) static voidtransactionAborted(ByteBufPool allocatorToUse) static voidunauthorized(ByteBufPool allocator) static voidunknownCommand(ByteBufPool allocator) static voidvalueNotAValidFloat(ByteBufPool allocator) static voidvalueNotInteger(ByteBufPool allocator) static voidwrongArgumentCount(RespCommand command, ByteBufPool allocator) static voidwrongArgumentNumber(RespCommand command, ByteBufPool allocatorToUse) static voidwrongType(ByteBufPool allocatorToUse)
-
Method Details
-
unauthorized
-
noSuchKey
-
indexOutOfRange
-
wrongType
-
wrongArgumentNumber
-
unknownCommand
-
mustBePositive
-
mustBePositive
-
syntaxError
-
wrongArgumentCount
-
valueNotInteger
-
valueNotAValidFloat
-
minOrMaxNotAValidFloat
-
minOrMaxNotAValidStringRange
-
transactionAborted
-
customError
-
handleException
-
isWrongTypeError
-