Class AuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationException
    extends CommandException
    A specialized CommandException that indicates an authentication failure.
    Author:
    Bill Shannon
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException​(String msg)
      • AuthenticationException

        public AuthenticationException​(String msg,
                                       Throwable cause)