Class QuietServletException

  • All Implemented Interfaces:
    java.io.Serializable, QuietException
    Direct Known Subclasses:
    Authentication.Failed

    public class QuietServletException
    extends javax.servlet.ServletException
    implements QuietException
    A ServletException that is logged less verbosely than a normal ServletException.

    Used for container generated exceptions that need only a message rather than a stack trace.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class javax.servlet.ServletException

        getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QuietServletException

        public QuietServletException()
      • QuietServletException

        public QuietServletException​(java.lang.String message,
                                     java.lang.Throwable rootCause)
      • QuietServletException

        public QuietServletException​(java.lang.String message)
      • QuietServletException

        public QuietServletException​(java.lang.Throwable rootCause)