java.lang.Object
com.ntak.pearlzip.archive.pub.ProgressMessage
com.ntak.pearlzip.archive.pub.ErrorMessage
A POJO object used to transmit an error message from back-end services to the front-end UI. Error Messages are
consumed by the ErrorAlertConsumer. An alert is then raised to provide information to the user along with a stack
trace.
-
Constructor Summary
ConstructorDescriptionErrorMessage
(long sessionId, String title, String header, String body, Exception exception, ArchiveInfo archiveInfo) -
Method Summary
-
Constructor Details
-
ErrorMessage
public ErrorMessage(long sessionId, String title, String header, String body, Exception exception, ArchiveInfo archiveInfo)
-
-
Method Details
-
getTitle
-
getHeader
-
getException
-
getArchiveInfo
-