Module java.management
Package javax.management

Class ListenerNotFoundException

所有已实现的接口:
Serializable

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

    • ListenerNotFoundException

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

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