javax.management.openmbean
Class KeyAlreadyExistsException

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

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

This runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance is already used to refer to another row in this tabular data instance.

Author:
Young Yang
See Also:
Serialized Form

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

Constructor Detail

KeyAlreadyExistsException

public KeyAlreadyExistsException()

KeyAlreadyExistsException

public KeyAlreadyExistsException(java.lang.String msg)