Class DataExchangeError
java.lang.Object
com.broadleafcommerce.dataexchange.domain.exception.DataExchangeError
- All Implemented Interfaces:
Serializable
Container to provide granular details about individual errors that may have occurred during the
processing of a batch.
- Author:
- Kelly Tisdell
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
HTTP status code associated with this error (typically received from another service-to-service call).Message indicating details about the exception or error.getPath()
Object graph path to the entity associated with this error.int
hashCode()
void
setHttpStatus
(int httpStatus) HTTP status code associated with this error (typically received from another service-to-service call).void
setMessage
(String message) Message indicating details about the exception or error.void
Object graph path to the entity associated with this error.toString()
-
Constructor Details
-
DataExchangeError
public DataExchangeError()
-
-
Method Details
-
getHttpStatus
public int getHttpStatus()HTTP status code associated with this error (typically received from another service-to-service call). -
getMessage
Message indicating details about the exception or error. -
getPath
Object graph path to the entity associated with this error. -
setHttpStatus
public void setHttpStatus(int httpStatus) HTTP status code associated with this error (typically received from another service-to-service call). -
setMessage
Message indicating details about the exception or error. -
setPath
Object graph path to the entity associated with this error. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-