public class

ListenerNotFoundException

extends OperationsException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.JMException
         ↳ javax.management.OperationsException
           ↳ javax.management.ListenerNotFoundException

Class Overview

The specified MBean listener does not exist in the repository.

Summary

Public Constructors
ListenerNotFoundException()
Default constructor.
ListenerNotFoundException(String message)
Constructor that allows a specific error message to be specified.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ListenerNotFoundException ()

Default constructor.

public ListenerNotFoundException (String message)

Constructor that allows a specific error message to be specified.

Parameters
message the detail message.