Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends JRDFoxException
This exception is thrown when an authentication request fails (e.g., when the system is presented with an invalid combination of a role name and password).
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException()
    • AuthenticationException

      public AuthenticationException(String message)
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)