Package com.itextpdf.commons.exceptions
Class ProductEventHandlerRepeatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.commons.exceptions.ProductEventHandlerRepeatException
- All Implemented Interfaces:
-
Serializable
The class represents a signal to the event handler that it is necessary to repeat the handling of the current event.
- See Also:
-
Constructor Summary
ConstructorDescriptionProductEventHandlerRepeatException
(String message) Creates a new instance ofProductEventHandlerRepeatException
based on message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProductEventHandlerRepeatException
Creates a new instance ofProductEventHandlerRepeatException
based on message.- Parameters:
-
message
- the detail message
-