public class AssociationSourceBatchInsertError extends AbstractError
Modifier and Type | Class and Description |
---|---|
static class |
AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem
The Class AssociationSourceInsertErrorItem.
|
LoadValidationError.Severity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASSOCIATION_SOURCE_BATCH_INSERT_ERROR_CODE
The ASSOCIATIO n_ sourc e_ batc h_ inser t_ erro r_ code.
|
static java.lang.String |
DESCRIPTION
The DESCRIPTION.
|
UNKNOWN_ERROR_CODE
Constructor and Description |
---|
AssociationSourceBatchInsertError(AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem errorItem)
Instantiates a new association source batch insert error.
|
AssociationSourceBatchInsertError(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 ASSOCIATION_SOURCE_BATCH_INSERT_ERROR_CODE
public static java.lang.String DESCRIPTION
public AssociationSourceBatchInsertError(AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem errorItem)
errorItem
- the error itempublic AssociationSourceBatchInsertError(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