Class InvalidStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.dirigible.commons.api.context.InvalidStateException
All Implemented Interfaces:
Serializable

public class InvalidStateException
extends RuntimeException
The InvalidStateException.
See Also:
Serialized Form
  • Constructor Details

    • InvalidStateException

      public InvalidStateException()
      Instantiates a new invalid state exception.
    • InvalidStateException

      public InvalidStateException​(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new invalid state exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • InvalidStateException

      public InvalidStateException​(String message, Throwable cause)
      Instantiates a new invalid state exception.
      Parameters:
      message - the message
      cause - the cause
    • InvalidStateException

      public InvalidStateException​(String message)
      Instantiates a new invalid state exception.
      Parameters:
      message - the message
    • InvalidStateException

      public InvalidStateException​(Throwable cause)
      Instantiates a new invalid state exception.
      Parameters:
      cause - the cause