public class ContextNotActiveException extends ContextException
Context interface.| Constructor and Description |
|---|
ContextNotActiveException() |
ContextNotActiveException(String message)
Creates a new exception with message.
|
ContextNotActiveException(String message,
Throwable cause)
Creates a new exception with the given message and throwable cause.
|
ContextNotActiveException(Throwable cause)
Create a new exception with the root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContextNotActiveException()
public ContextNotActiveException(String message)
message - messagepublic ContextNotActiveException(Throwable cause)
cause - cause of the exceptionCopyright © 2025. All rights reserved.