Class ClientAuthorizationException

    • Constructor Detail

      • ClientAuthorizationException

        public ClientAuthorizationException​(String msg)
        Parameters:
        msg - the detail message.
      • ClientAuthorizationException

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