Class FailedPredicateException

  • All Implemented Interfaces:
    Serializable

    public class FailedPredicateException
    extends Exception
    Represents when a user provides a signature that is excluded by a predicate.
    See Also:
    Serialized Form
    • Constructor Detail

      • FailedPredicateException

        public FailedPredicateException​(String message)
        Create a new FailedPredicateException.
        Parameters:
        message - the detail message
      • FailedPredicateException

        public FailedPredicateException​(String message,
                                        Throwable cause)
        Create a new FailedPredicateException.
        Parameters:
        message - the detail message
        cause - the cause