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