Class UnknownStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.mokamint.application.api.UnknownStateException
All Implemented Interfaces:
Serializable

public class UnknownStateException extends Exception
An exception stating that a state identifier is unknown to the application.
See Also:
  • Constructor Details

    • UnknownStateException

      public UnknownStateException()
      Creates a new exception.
    • UnknownStateException

      public UnknownStateException(String message)
      Creates a new exception with the given message.
      Parameters:
      message - the message
    • UnknownStateException

      public UnknownStateException(Throwable cause)
      Creates a new exception with the given cause.
      Parameters:
      cause - the cause
    • UnknownStateException

      public UnknownStateException(String message, Throwable cause)
      Creates a new exception with the given message and cause.
      Parameters:
      message - the message
      cause - the cause