Class ExitException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ExitException extends SecurityException
Used to report exit status of classes which call System.exit().
See Also: