javax.management.openmbean
public class KeyAlreadyExistsException extends IllegalArgumentException
CompositeData
or TabularData
classes and it
is found to already be in use.Constructor and Description |
---|
KeyAlreadyExistsException()
Constructs a new
KeyAlreadyExistsException . |
KeyAlreadyExistsException(String message)
Constructs a new
KeyAlreadyExistsException
with the specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KeyAlreadyExistsException()
KeyAlreadyExistsException
.public KeyAlreadyExistsException(String message)
KeyAlreadyExistsException
with the specified message.message
- the error message to give to the user.