Class UserRaisedFunctionalException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UserRaisedFunctionalException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UserRaisedFunctionalException

        public UserRaisedFunctionalException​(java.lang.Throwable cause)