Package com.logicaldoc.core.parser
Class ParsingTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.parser.ParsingException
com.logicaldoc.core.parser.ParsingTimeoutException
- All Implemented Interfaces:
- Serializable
A parsing error due to timeout
- Since:
- 8.9.3
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionParsingTimeoutException(String message) ParsingTimeoutException(String message, Throwable cause) ParsingTimeoutException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ParsingTimeoutException
- 
ParsingTimeoutException
- 
ParsingTimeoutException
 
-