Class PoolIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.thebuzzmedia.exiftool.exceptions.PoolIOException
- All Implemented Interfaces:
Serializable
Error thrown when an error occurs with pool execution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPoolIOException
(String message, Collection<Exception> thrownExceptions) Create exception. -
Method Summary
Modifier and TypeMethodDescriptionGetthrownExceptions
, as an unmodifiable collection.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PoolIOException
Create exception.- Parameters:
message
- Error message.thrownExceptions
- Original exceptions.
-
-
Method Details
-
getThrownExceptions
GetthrownExceptions
, as an unmodifiable collection.- Returns:
thrownExceptions
-