Class SystemExitException

All Implemented Interfaces:
Serializable

public class SystemExitException extends SecurityException
Exception to be thrown by SystemExitManager when System.exit(int) is called
See Also:
  • Field Details

    • exitCode

      private final int exitCode
  • Constructor Details

    • SystemExitException

      public SystemExitException(String s, int exitCode)
  • Method Details

    • getExitCode

      public int getExitCode()