Class WrappedIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WrappedIOException
    extends JenaException
    A wrapped IO exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WrappedIOException​(java.io.IOException cause)  
      WrappedIOException​(java.lang.String message, java.io.IOException cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WrappedIOException

        public WrappedIOException​(java.io.IOException cause)
      • WrappedIOException

        public WrappedIOException​(java.lang.String message,
                                  java.io.IOException cause)