Class SystemExitPreventedException

All Implemented Interfaces:
Serializable

public class SystemExitPreventedException extends SecurityException
A marker exception so we know that a System.exit() call was intercepted and prevented.
See Also:
  • Constructor Details

    • SystemExitPreventedException

      public SystemExitPreventedException(int statusCode)
  • Method Details

    • getStatusCode

      public int getStatusCode()