Class InvalidFlagException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.rest.RestResponseException
-
- org.infinispan.rest.operations.exceptions.InvalidFlagException
-
- All Implemented Interfaces:
Serializable
public class InvalidFlagException extends RestResponseException
- Since:
- 10.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidFlagException(Throwable error)
-
Method Summary
-
Methods inherited from class org.infinispan.rest.RestResponseException
getStatus, getText
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidFlagException
public InvalidFlagException(Throwable error)
-
-