Package org.infinispan.util
Class UserRaisedFunctionalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.util.UserRaisedFunctionalException
- All Implemented Interfaces:
Serializable
Thrown when client's code passed as a labda expression in commands such as
ComputeIfAbsentCommand
raises a exception. We don't want to convert this excepton into a CacheException
but
instead just propagate it to the user as it is.- Since:
- 9.1
- Author:
- karesti@redhat.com
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserRaisedFunctionalException
-