public class InvalidArgumentException extends IDARuntimeException
| Constructor and Description |
|---|
InvalidArgumentException(java.lang.Class entityType,
java.lang.String entityId)
Construct an instance of this exception when the requested entity is not
found in the specified certification instance
|
InvalidArgumentException(java.lang.String string,
java.io.Serializable[] serializables) |
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprintpublic InvalidArgumentException(java.lang.String string,
java.io.Serializable[] serializables)
public InvalidArgumentException(java.lang.Class entityType,
java.lang.String entityId)
entityType - The requested entity type; requiredentityId - The requested entity ID; required