Class UserRaisedFunctionalException

  • All Implemented Interfaces:
    Serializable

    public class UserRaisedFunctionalException
    extends RuntimeException
    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:
    Serialized Form
    • Constructor Detail

      • UserRaisedFunctionalException

        public UserRaisedFunctionalException​(Throwable cause)