- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.JMException
-
- javax.management.OperationsException
-
- javax.management.ListenerNotFoundException
-
- 实现的所有接口
-
Serializable
public class ListenerNotFoundException extends OperationsException
存储库中不存在指定的MBean侦听器。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 ListenerNotFoundException()
默认构造函数。ListenerNotFoundException(String message)
允许指定特定错误消息的构造方法。
-
方法摘要
-
-
-
构造方法详细信息
-
ListenerNotFoundException
public ListenerNotFoundException()
默认构造函数。
-
ListenerNotFoundException
public ListenerNotFoundException(String message)
允许指定特定错误消息的构造方法。- 参数
-
message
- 详细信息。
-
-