Class ExitHelper.ExitException

All Implemented Interfaces:
Serializable
Enclosing class:
ExitHelper

public static class ExitHelper.ExitException
extends SecurityException
Exception that will be thrown instead of the System.exit() call.
See Also:
Serialized Form
  • Field Details

    • status

      public final int status
      the exit code.
  • Constructor Details

    • ExitException

      public ExitException​(int status)
      Instantiate the exception.
      Parameters:
      status - the exit code