Interface QuietException

All Known Implementing Classes:
EofException, QuietException.Exception, QuietException.RuntimeException

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)