Class AuthenticationException

All Implemented Interfaces:
Serializable

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

    • AuthenticationException

      public AuthenticationException(String msg)
    • AuthenticationException

      public AuthenticationException(String msg, Throwable cause)