Class DfPrincipalException

All Implemented Interfaces:
IDfException, Serializable

public class DfPrincipalException extends DfServiceException
An exception that signals a problem with principal authentication. For example, this might happen when the principal name is wrong or the server cannot authenticate a principal user. This may also happen when the super user generating the tickets cannot be authenticated. Use getMessage() to return the server error message.
Since:
5.1
See Also:
  • Constructor Details

    • DfPrincipalException

      public DfPrincipalException()
    • DfPrincipalException

      public DfPrincipalException(Throwable cause)
    • DfPrincipalException

      public DfPrincipalException(String message)
    • DfPrincipalException

      public DfPrincipalException(String message, Throwable cause)
    • DfPrincipalException

      public DfPrincipalException(String message, Object[] arguments)
    • DfPrincipalException

      public DfPrincipalException(String message, Object[] arguments, Throwable cause)
  • Method Details