Interface QuietException

All Known Subinterfaces:
HttpException
All Known Implementing Classes:
BadMessageException, EofException, HttpException.IllegalArgumentException, HttpException.RuntimeException, QuietException.Exception, QuietException.RuntimeException, QuietServletException

public interface QuietException
A Quiet Exception.

Exception classes that extend this interface will be logged less verbosely.

  • Method Details

    • isQuiet

      static boolean isQuiet(Throwable throwable)