Class ScopedLoggingContext.InvalidLoggingContextStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.google.common.flogger.context.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
-
-
Constructor Summary
Constructors Constructor Description InvalidLoggingContextStateException(java.lang.String message)
InvalidLoggingContextStateException(java.lang.String message, java.lang.Throwable cause)
-