Package org.xwiki.context
Class ExecutionContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.context.ExecutionContextException
-
- All Implemented Interfaces:
Serializable
public class ExecutionContextException extends Exception
Thrown when manipulating the execution context fails.- Version:
- $Id: 8ba3c58ee4c970e27e43c563056479a7ead431f3 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionContextException(String message)
Constructs a new exception with the specified detail message, and no specified cause.ExecutionContextException(String message, Throwable throwable)
Constructs a new exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExecutionContextException
public ExecutionContextException(String message)
Constructs a new exception with the specified detail message, and no specified cause.- Parameters:
message
- the detail message
-
-