Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.yamcs.security.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException extends Exception
Thrown when an AuthModule failed to perform the authentication process (backend not available, password does not match, ...).
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String message)
    • AuthenticationException

      public AuthenticationException(String message, Throwable t)
    • AuthenticationException

      public AuthenticationException(Throwable t)