Package org.apache.nifi.event.transport
Class EventDroppedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.event.transport.EventException
org.apache.nifi.event.transport.EventDroppedException
- All Implemented Interfaces:
Serializable
Event Dropped Exception indicating when a handler drops one or more events
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventDroppedException(String message) Event ExceptionEventDroppedException(String message, Throwable cause) Event Exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventDroppedException
Event Exception- Parameters:
message- Message
-
EventDroppedException
Event Exception- Parameters:
message- Messagecause- Throwable cause
-