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 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 message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • ContextException

      public ContextException​(String message, Throwable cause)
      Instantiates a new context exception.
      Parameters:
      message - the message
      cause - the cause
    • ContextException

      public ContextException​(String message)
      Instantiates a new context exception.
      Parameters:
      message - the message
    • ContextException

      public ContextException​(Throwable cause)
      Instantiates a new context exception.
      Parameters:
      cause - the cause