Class ClientAuthorizationException

    • Constructor Detail

      • ClientAuthorizationException

        public ClientAuthorizationException()
        Default constructor.
      • ClientAuthorizationException

        public ClientAuthorizationException​(Throwable cause)
        Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()).
        Parameters:
        cause - the cause.
      • 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.