Class ExceptionMapping.ExceptionTypePredicate

java.lang.Object
org.jboss.resteasy.reactive.server.core.ExceptionMapping.ExceptionTypePredicate
All Implemented Interfaces:
Predicate<Throwable>
Enclosing class:
ExceptionMapping

public static class ExceptionMapping.ExceptionTypePredicate extends Object implements Predicate<Throwable>
  • Constructor Details

    • ExceptionTypePredicate

      public ExceptionTypePredicate()
    • ExceptionTypePredicate

      public ExceptionTypePredicate(Class<? extends Throwable> throwable)
  • Method Details