Class ClosedApplicationException

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

public class ClosedApplicationException extends Exception
An exception stating that an application is closed and cannot perform the request.
See Also:
  • Constructor Details

    • ClosedApplicationException

      public ClosedApplicationException()
      Creates a new exception.
    • ClosedApplicationException

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

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

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