Package org.apache.flink.core.security
Class UserSystemExitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- org.apache.flink.core.security.UserSystemExitException
-
- All Implemented Interfaces:
Serializable
public class UserSystemExitException extends SecurityException
Indicates that user tried to exit JVM.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserSystemExitException()UserSystemExitException(String msg)UserSystemExitException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-