Class KDiag.KerberosDiagsFailure

All Implemented Interfaces:
Serializable, ExitCodeProvider
Enclosing class:
KDiag

public static class KDiag.KerberosDiagsFailure extends ExitUtil.ExitException
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:
  • Constructor Details

    • KerberosDiagsFailure

      public KerberosDiagsFailure(String category, String message)
    • KerberosDiagsFailure

      public KerberosDiagsFailure(String category, String message, Object... args)
    • KerberosDiagsFailure

      public KerberosDiagsFailure(String category, Throwable throwable, String message, Object... args)
  • Method Details

    • getCategory

      public String getCategory()