Class RoutingDlqException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.common.service.exceptions.UnexpectedException
es.kukenan.smartfi.common.service.exceptions.RoutingDlqException
- All Implemented Interfaces:
Serializable
This exceptions must not be handled in an event execution contexts (the event will be redirected to the dead-letter-queue) and must be treated as a
generic server error response (with no reason detail) in REST operation contexts.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RoutingDlqException
Constructor.- Parameters:
message- error message.cause- error cause, if any.
-
-
Method Details
-
toString
- Overrides:
toStringin classUnexpectedException
-