public class KeyAlreadyExistsException extends java.lang.IllegalArgumentException
CompositeData or TabularData classes and it
is found to already be in use.| Constructor and Description |
|---|
KeyAlreadyExistsException()
Constructs a new
KeyAlreadyExistsException. |
KeyAlreadyExistsException(java.lang.String message)
Constructs a new
KeyAlreadyExistsException
with the specified message. |
public KeyAlreadyExistsException()
KeyAlreadyExistsException.public KeyAlreadyExistsException(java.lang.String message)
KeyAlreadyExistsException
with the specified message.message - the error message to give to the user.