Class InvalidResourceUsageException

    • Constructor Summary

      Constructors 
      Constructor Description
       message)
      Constructs an InvalidResourceUsageException with a message explaining the cause of the exception.
       message,  cause)
      Constructs a InvalidResourceUsageException with a message explaining the cause of the exception.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • InvalidResourceUsageException

        public InvalidResourceUsageException​( 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​( message,
                                              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