Class UnknownOperationOutcomeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.loomcache.common.exception.LoomException
com.loomcache.common.exception.UnknownOperationOutcomeException
- All Implemented Interfaces:
Serializable
Raised when a mutating operation was sent but the client cannot prove whether
it committed. Retrying such operations can duplicate side effects.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownOperationOutcomeException(String message) UnknownOperationOutcomeException(String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownOperationOutcomeException
-
UnknownOperationOutcomeException
-