Package org.apache.hadoop.security
Class KDiag.KerberosDiagsFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.util.ExitUtil.ExitException
org.apache.hadoop.security.KDiag.KerberosDiagsFailure
- All Implemented Interfaces:
Serializable,ExitCodeProvider
- Enclosing class:
- KDiag
Diagnostics failures return the exit code 41, "unauthorized".
They have a category, initially for testing: the category can be
validated without having to match on the entire string.
- See Also:
-
Field Summary
Fields inherited from class org.apache.hadoop.util.ExitUtil.ExitException
status -
Constructor Summary
ConstructorsConstructorDescriptionKerberosDiagsFailure(String category, String message) KerberosDiagsFailure(String category, String message, Object... args) KerberosDiagsFailure(String category, Throwable throwable, String message, Object... args) -
Method Summary
Methods inherited from class org.apache.hadoop.util.ExitUtil.ExitException
getExitCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
KerberosDiagsFailure
-
KerberosDiagsFailure
-
KerberosDiagsFailure
-
-
Method Details
-
getCategory
-