public class EAepAppException extends RuntimeException
An engine configured to 'quarantine and stop' on receiving an application exception wraps the exception thrown by the application in an instance of this class, triggers the last transaction machinery to quarantine the offending message using the wrapper exception as the last transaction cause. The wrapper exception shows up in the engine stopped event after the message has been successfully quarantined.
Constructor and Description |
---|
EAepAppException(Throwable cause)
Construct using a linked exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EAepAppException(Throwable cause)
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.