Class ContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.dirigible.commons.api.context.ContextException
- All Implemented Interfaces:
Serializable
public class ContextException extends Exception
The ContextException.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ContextException()Instantiates a new context exception.ContextException(String message)Instantiates a new context exception.ContextException(String message, Throwable cause)Instantiates a new context exception.ContextException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new context exception.ContextException(Throwable cause)Instantiates a new context exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextException
public ContextException()Instantiates a new context exception. -
ContextException
public ContextException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new context exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
ContextException
Instantiates a new context exception.- Parameters:
message- the messagecause- the cause
-
ContextException
Instantiates a new context exception.- Parameters:
message- the message
-
ContextException
Instantiates a new context exception.- Parameters:
cause- the cause
-