Class ReindexErrorDetails
java.lang.Object
com.broadleafcommerce.search.index.core.domain.ReindexErrorDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The message associated with this error, populated fromThrowable.getMessage()
The fully qualified class name of this error.getTime()
The time (Approximate) that this error occurred.int
hashCode()
void
setErrorMessage
(String errorMessage) The message associated with this error, populated fromThrowable.getMessage()
void
setException
(String exception) The fully qualified class name of this error.void
The time (Approximate) that this error occurred.toString()
-
Constructor Details
-
ReindexErrorDetails
-
ReindexErrorDetails
public ReindexErrorDetails()
-
-
Method Details
-
getException
The fully qualified class name of this error. -
getErrorMessage
The message associated with this error, populated fromThrowable.getMessage()
-
getTime
The time (Approximate) that this error occurred. -
setException
The fully qualified class name of this error. -
setErrorMessage
The message associated with this error, populated fromThrowable.getMessage()
-
setTime
The time (Approximate) that this error occurred. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-