Class SuggestRestartException

All Implemented Interfaces:
Serializable

public class SuggestRestartException extends CopilotException
Exception that suggests to restart the application.
See Also:
  • Constructor Details

    • SuggestRestartException

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

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

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