Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
com.realobjects.pdfreactor.Exceptions.ConversionException
com.realobjects.pdfreactor.Exceptions.TimeoutException
- All Implemented Interfaces:
Serializable
Thrown if the conversion was terminated by a configured timeout.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe context which timed out.getType()
Gets theExceptionType
of this exception.Methods inherited from class com.realobjects.pdfreactor.Exceptions.PDFreactorException
getMessage, getResult, setResult
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
-
-
Method Details
-
getContext
The context which timed out.- Returns:
- The context name.
-
getType
Description copied from class:PDFreactorException
Gets theExceptionType
of this exception.- Specified by:
getType
in classPDFreactorException
- Returns:
- The exception's type.
-