Class ClientUnsupportedOperationException

    • Constructor Detail

      • ClientUnsupportedOperationException

        public ClientUnsupportedOperationException​(String message)
        Creates a new unsupported operation exception.
        Parameters:
        message - The message that describes the reason for the error.
      • ClientUnsupportedOperationException

        public ClientUnsupportedOperationException​(String message,
                                                   Throwable cause)
        Creates a new unsupported operation exception.
        Parameters:
        message - The message that describes the reason for the error.
        cause - An exception that further defines the reason for the error.