Class UnavailableAttributeException

    • Constructor Detail

      • UnavailableAttributeException

        public UnavailableAttributeException​(String clusterName,
                                             String attributeName)
        Constructs a new instance of this class.
        Parameters:
        clusterName - The name of the cluster for which the request is illegal.
        attributeName - The name of the attribute which is referenced but not available.
    • Method Detail

      • getClusterName

        public String getClusterName()
        Returns the name of the cluster for which the request is illegal.
        Returns:
        The cluster name.
      • getAttributeName

        public String getAttributeName()
        Returns the name of the attribute which is referenced but not available.
        Returns:
        The attribute name.