public class InvalidArgumentException extends SuperRuntimeException implements java.io.Serializable
CertificationEngineException
Constructor and Description |
---|
InvalidArgumentException(java.lang.Class entityType,
java.lang.Long entityId,
java.lang.String certificationName,
java.lang.Long certificationId)
Construct an instance of this exception when the requested entity is not
found in the specified certification instance
|
InvalidArgumentException(java.lang.Class entityType,
java.lang.Long entityId,
java.lang.String certificationName,
java.lang.Long certificationId,
java.lang.String taskUid)
Construct an instance of this exception when the requested entity is not
found in the specified certification task
|
InvalidArgumentException(java.lang.String errorCode,
java.lang.String[] errorData) |
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint
public InvalidArgumentException(java.lang.String errorCode, java.lang.String[] errorData)
public InvalidArgumentException(java.lang.Class entityType, java.lang.Long entityId, java.lang.String certificationName, java.lang.Long certificationId)
entityType
- The requested entity type; requiredentityId
- The requested entity ID; requiredcertificationName
- the specified certification name; requiredcertificationId
- The specified certification Id; requiredpublic InvalidArgumentException(java.lang.Class entityType, java.lang.Long entityId, java.lang.String certificationName, java.lang.Long certificationId, java.lang.String taskUid)
entityType
- The requested entity type; requiredentityId
- The requested entity ID; requiredcertificationName
- the specified certification name; requiredcertificationId
- The specified certification Id; requiredtaskUid
- The specified taskUid; can be null