Package org.alfresco.event.outbox
Class OutboxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.event.outbox.OutboxException
- All Implemented Interfaces:
Serializable
A
RuntimeException to indicate failures in the Outbox module. It allows to hide the details when the underlying implementation fails.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutboxException(String message) OutboxException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutboxException
-
OutboxException
-