Package com.attivio.util
Class BlockedExitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- com.attivio.util.BlockedExitException
-
- All Implemented Interfaces:
java.io.Serializable
public class BlockedExitException extends java.lang.SecurityException
The exception thrown byBlockExitSecurityManager
when System.exit is called.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlockedExitException(int exitCode)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExitCode()
-