Class ScopedLoggingContext.InvalidLoggingContextStateException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ScopedLoggingContext

    public static final class ScopedLoggingContext.InvalidLoggingContextStateException
    extends 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
    • Constructor Detail

      • InvalidLoggingContextStateException

        public InvalidLoggingContextStateException​(String message,
                                                   Throwable cause)
      • InvalidLoggingContextStateException

        public InvalidLoggingContextStateException​(String message)