public class EntityBatchInsertError extends AbstractError
Modifier and Type | Class and Description |
---|---|
static class |
EntityBatchInsertError.EntityBatchInsertErrorItem
The Class EntityBatchInsertErrorItem.
|
LoadValidationError.Severity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DESCRIPTION
The DESCRIPTION.
|
static java.lang.String |
ENTITY_BATCH_INSERT_ERROR_CODE
The ENTIT y_ batc h_ inser t_ erro r_ code.
|
UNKNOWN_ERROR_CODE
Constructor and Description |
---|
EntityBatchInsertError(EntityBatchInsertError.EntityBatchInsertErrorItem errorItem)
Instantiates a new entity batch insert error.
|
EntityBatchInsertError(java.lang.Object errorObject,
java.lang.Exception errorException) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorCode()
Gets the error code.
|
java.lang.String |
getErrorDescription()
Gets the error description.
|
protected java.lang.String |
getErrorObjectDescription()
Gets the error object description.
|
getSeverity, setSeverity, toString
getErrorException, getErrorMessage, getErrorObject, getErrorTime, getUniqueErrorId, isDebug, setDebug, setErrorException, setErrorObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getErrorException, getErrorMessage, getErrorObject, getErrorTime, getUniqueErrorId
public static java.lang.String ENTITY_BATCH_INSERT_ERROR_CODE
public static java.lang.String DESCRIPTION
public EntityBatchInsertError(EntityBatchInsertError.EntityBatchInsertErrorItem errorItem)
errorItem
- the error itempublic EntityBatchInsertError(java.lang.Object errorObject, java.lang.Exception errorException)
protected java.lang.String getErrorObjectDescription()
DefaultDatabaseError
getErrorObjectDescription
in class DefaultDatabaseError
public java.lang.String getErrorCode()
DatabaseError
getErrorCode
in interface DatabaseError
getErrorCode
in class DefaultDatabaseError
public java.lang.String getErrorDescription()
DatabaseError
getErrorDescription
in interface DatabaseError
getErrorDescription
in class DefaultDatabaseError