Class SystemExitException

All Implemented Interfaces:
Serializable

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

    • SystemExitException

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

    • getExitCode

      public int getExitCode()