Class AuthenticationException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    UnknownRemoteUserException

    public class AuthenticationException
    extends pl.edu.icm.unity.exceptions.EngineException
    Thrown on authentication problem.
    Author:
    K. Benedyczak
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException​(AuthenticationResult result,
                                       java.lang.String msg,
                                       java.lang.Throwable cause)
        Parameters:
        result - authentication result - should be failed, not successful.
        msg -
        cause -
      • AuthenticationException

        public AuthenticationException​(AuthenticationResult result,
                                       java.lang.String msg)
      • AuthenticationException

        public AuthenticationException​(java.lang.String msg)
      • AuthenticationException

        public AuthenticationException​(java.lang.String msg,
                                       java.lang.Exception cause)