Uses of Class
org.apache.hadoop.util.ExitUtil.ExitException
Packages that use ExitUtil.ExitException
Package
Description
Classes for hadoop security.
This package contains classes, interfaces and exceptions to launch
YARN services from the command line.
Common utilities.
-
Uses of ExitUtil.ExitException in org.apache.hadoop.security
Subclasses of ExitUtil.ExitException in org.apache.hadoop.securityModifier and TypeClassDescriptionstatic classDiagnostics failures return the exit code 41, "unauthorized". -
Uses of ExitUtil.ExitException in org.apache.hadoop.service.launcher
Subclasses of ExitUtil.ExitException in org.apache.hadoop.service.launcherModifier and TypeClassDescriptionclassA service launch exception that includes an exit code.Methods in org.apache.hadoop.service.launcher that return ExitUtil.ExitExceptionModifier and TypeMethodDescriptionprotected static ExitUtil.ExitExceptionServiceLauncher.convertToExitException(Throwable thrown) Convert an exception to anExitException.final ExitUtil.ExitExceptionServiceLauncher.getServiceException()Get the exit exception used to end this service.ServiceLauncher.launchService(Configuration conf, List<String> processedArgs, boolean addShutdownHook, boolean execute) Launch a service catching all exceptions and downgrading them to exit codes after logging.ServiceLauncher.launchService(Configuration conf, S instance, List<String> processedArgs, boolean addShutdownHook, boolean execute) Launch a service catching all exceptions and downgrading them to exit codes after logging.Methods in org.apache.hadoop.service.launcher with parameters of type ExitUtil.ExitExceptionModifier and TypeMethodDescriptionprotected voidServiceLauncher.exit(ExitUtil.ExitException ee) Exit the JVM using an exception for the exit code and message, invokingExitUtil.terminate(ExitUtil.ExitException). -
Uses of ExitUtil.ExitException in org.apache.hadoop.util
Methods in org.apache.hadoop.util that return ExitUtil.ExitExceptionMethods in org.apache.hadoop.util with parameters of type ExitUtil.ExitExceptionModifier and TypeMethodDescriptionstatic voidExitUtil.terminate(ExitUtil.ExitException ee) Exits the JVM if exit is enabled, rethrow provided exception or any raised error otherwise.Methods in org.apache.hadoop.util that throw ExitUtil.ExitExceptionModifier and TypeMethodDescriptionstatic voidExitUtil.terminate(int status) LikeExitUtil.terminate(int, Throwable)without a message.static voidTerminate the current process.static voidLikeExitUtil.terminate(int, String)but uses the given throwable to build the message to display or throw as anExitUtil.ExitException.static voidExitUtil.terminate(ExitUtil.ExitException ee) Exits the JVM if exit is enabled, rethrow provided exception or any raised error otherwise.