javax.management.openmbean
Class InvalidKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--javax.management.openmbean.InvalidKeyException
All Implemented Interfaces:
java.io.Serializable

public class InvalidKeyException
extends java.lang.IllegalArgumentException
implements java.io.Serializable

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.

Author:
Young Yang
See Also:
Serialized Form

Constructor Summary
InvalidKeyException()
           
InvalidKeyException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidKeyException

public InvalidKeyException()

InvalidKeyException

public InvalidKeyException(java.lang.String msg)