Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends ModelException
This exception is thrown when an authentication error occurs while accessing the system. An authentication error can happens when the credentials supplied by the user are invalid or the user is not found.
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String msg)
    • AuthenticationException

      public AuthenticationException(Throwable cause)