public class

InvalidKeyException

extends IllegalArgumentException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalArgumentException
           ↳ javax.management.openmbean.InvalidKeyException

Class Overview

This runtime exception is thrown to indicate that a method parameter which was expected to be an item name of a composite data or a row index of a tabular data is not valid.

Summary

Public Constructors
InvalidKeyException()
An InvalidKeyException with no detail message.
InvalidKeyException(String msg)
An InvalidKeyException with a detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidKeyException ()

An InvalidKeyException with no detail message.

public InvalidKeyException (String msg)

An InvalidKeyException with a detail message.

Parameters
msg the detail message.