Class ClientAuthenticationException

    • Constructor Detail

      • ClientAuthenticationException

        public ClientAuthenticationException​(String msg)
        Default constructor.
        Parameters:
        msg - Detail exception message.
      • ClientAuthenticationException

        public ClientAuthenticationException​(String msg,
                                             Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        msg - the detail message.
        cause - the cause.