Package org.jboss.weld.contexts
Class ContextNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.enterprise.context.ContextException
jakarta.enterprise.context.ContextNotActiveException
org.jboss.weld.contexts.ContextNotActiveException
- All Implemented Interfaces:
Serializable
public class ContextNotActiveException
extends jakarta.enterprise.context.ContextNotActiveException
A localized message version of the .
- Author:
- David Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContextNotActiveException(String message) Creates a new exception with the given localized message.ContextNotActiveException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextNotActiveException
-
ContextNotActiveException
Creates a new exception with the given localized message.- Parameters:
message-
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-
getMessage
- Overrides:
getMessagein classThrowable
-