Class ScopedLoggingContext.InvalidLoggingContextStateException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ScopedLoggingContext

    public static final class ScopedLoggingContext.InvalidLoggingContextStateException
    extends java.lang.IllegalStateException
    Thrown if it can be determined that contexts have been closed incorrectly. Note that the point at which this exception is thrown may not itself be the point where the mishandling occurred, but simply where it was first detected.
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • InvalidLoggingContextStateException

        public InvalidLoggingContextStateException​(java.lang.String message,
                                                   java.lang.Throwable cause)
      • InvalidLoggingContextStateException

        public InvalidLoggingContextStateException​(java.lang.String message)