Class ClientAuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class ClientAuthenticationException
    extends Exception
    Represents a ClientAuthenticationException when the client fails to authenticate.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientAuthenticationException

        public ClientAuthenticationException​(String message,
                                             Throwable cause)
        Constructs a new exception with the given message and root cause.
        Parameters:
        message - The error message
        cause - The root cause