Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.edu.icm.unity.engine.api.authn.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RemoteAuthenticationException, UnknownRemoteUserException

public class AuthenticationException extends Exception
Thrown on authentication problem.
Author:
K. Benedyczak
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(AuthenticationResult result, String msg)
    • AuthenticationException

      public AuthenticationException(String msg)
    • AuthenticationException

      public AuthenticationException(String msg, Exception cause)
  • Method Details