Class InterceptorInvocationResult.Failed

    • Constructor Detail

      • Failed

        public Failed​(InterceptorInvocationResult.Failed.Reason reason,
                      String cause)
        Create a new interceptor invocation failed result.
        Parameters:
        reason - the reason the invocation failed.
        cause - a string description giving more information why the invocation failed.
    • Method Detail

      • getCause

        public String getCause()
        Get the cause description for the failure.
        Returns:
        a string description giving more information why the invocation failed.