Class InvalidResourceUsageException

    • Constructor Detail

      • InvalidResourceUsageException

        public InvalidResourceUsageException​(String message)
        Constructs an InvalidResourceUsageException with a message explaining the cause of the exception.
        Parameters:
        message - the message explaining the cause of the exception
      • InvalidResourceUsageException

        public InvalidResourceUsageException​(String message,
                                             Throwable cause)
        Constructs a InvalidResourceUsageException with a message explaining the cause of the exception.
        Parameters:
        message - the explanation
        cause - the root cause of the exception, typically an API-specific exception