Interface QuietException

All Known Subinterfaces:
HttpException
All Known Implementing Classes:
Authentication.Failed, Authentication.Failed, BadMessageException, EofException, HttpException.IllegalArgumentException, HttpException.RuntimeException, QuietException.Exception, QuietException.RuntimeException, QuietServletException, QuietServletException, 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)