Class WrappedIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.pdfbox.exceptions.WrappedIOException
All Implemented Interfaces:
Serializable

public class WrappedIOException extends IOException
An simple class that allows a sub exception to be stored.
Version:
$Revision: 1.4 $
Author:
Ben Litchfield
See Also:
  • Constructor Details

    • WrappedIOException

      public WrappedIOException(Throwable e)
      Constructor.
      Parameters:
      e - The root exception that caused this exception.
    • WrappedIOException

      public WrappedIOException(String message, Throwable e)
      Constructor.
      Parameters:
      message - Descriptive text for the exception.
      e - The root exception that caused this exception.