public class

AttributeNotFoundException

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

Class Overview

The specified attribute does not exist or cannot be retrieved.

Summary

Public Constructors
AttributeNotFoundException()
Default constructor.
AttributeNotFoundException(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 AttributeNotFoundException ()

Default constructor.

public AttributeNotFoundException (String message)

Constructor that allows a specific error message to be specified.

Parameters
message detail message.