public class

InvalidAttributeValueException

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

Class Overview

The value specified is not valid for the attribute.

Summary

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

Default constructor.

public InvalidAttributeValueException (String message)

Constructor that allows a specific error message to be specified.

Parameters
message the detail message.