Module java.management
Package javax.management

Class AttributeNotFoundException

所有已实现的接口:
Serializable

public class AttributeNotFoundException extends OperationsException
指定的属性不存在或无法检索。
自 JDK 版本:
1.5
参见:
  • Constructor Details

    • AttributeNotFoundException

      public AttributeNotFoundException()
      默认构造函数。
    • AttributeNotFoundException

      public AttributeNotFoundException(String message)
      允许指定特定错误消息的构造函数。
      参数:
      message - 详细消息。