Package org.codehaus.mojo.exec
Class SystemExitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- org.codehaus.mojo.exec.SystemExitException
-
- All Implemented Interfaces:
java.io.Serializable
public class SystemExitException extends java.lang.SecurityException
Exception to be thrown bySystemExitManager
whenSystem.exit(int)
is called- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
exitCode
-
Constructor Summary
Constructors Constructor Description SystemExitException(java.lang.String s, int exitCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExitCode()
-