Module java.management
Package javax.management

Class InstanceNotFoundException

所有已实现的接口:
Serializable

public class InstanceNotFoundException extends OperationsException
指定的 MBean 在存储库中不存在。
自 JDK 版本:
1.5
参见:
  • Constructor Details

    • InstanceNotFoundException

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

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