Class PoolIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.thebuzzmedia.exiftool.exceptions.PoolIOException
All Implemented Interfaces:
Serializable

public class PoolIOException extends IOException
Error thrown when an error occurs with pool execution.
See Also:
  • Constructor Details

    • PoolIOException

      public PoolIOException(String message, Collection<Exception> thrownExceptions)
      Create exception.
      Parameters:
      message - Error message.
      thrownExceptions - Original exceptions.
  • Method Details

    • getThrownExceptions

      public Collection<Exception> getThrownExceptions()
      Get thrownExceptions, as an unmodifiable collection.
      Returns:
      thrownExceptions