Class Kerb4JException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kerb4j.server.marshall.Kerb4JException
All Implemented Interfaces:
Serializable

public class Kerb4JException extends Exception
See Also:
  • Constructor Details

    • Kerb4JException

      public Kerb4JException()
    • Kerb4JException

      public Kerb4JException(String message)
    • Kerb4JException

      public Kerb4JException(Throwable cause)
    • Kerb4JException

      public Kerb4JException(String key, Object[] args, Throwable cause)
    • Kerb4JException

      public Kerb4JException(String message, Throwable cause)
  • Method Details