Class NestedIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NestedIOException
    extends java.io.IOException
    Bridge class to provide nested Exceptions with IOException which has constructors that don't take Throwables.
    Version:
    1.2
    Author:
    Kevin Burton
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NestedIOException​(java.lang.String message, java.lang.Throwable cause)  
      NestedIOException​(java.lang.Throwable cause)
      Create a new NestedIOException instance.
    • 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

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

      • NestedIOException

        public NestedIOException​(java.lang.Throwable cause)
        Create a new NestedIOException instance.
        Parameters:
        cause - object of type throwable
      • NestedIOException

        public NestedIOException​(java.lang.String message,
                                 java.lang.Throwable cause)