Class MarkedIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MarkedIOException
    extends java.io.IOException
    IOException, marked by a tag.
    See Also:
    Serialized Form
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.IOException getIOException()  
      java.lang.String getTag()  
      • 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

      • MarkedIOException

        public MarkedIOException​(java.lang.String tag,
                                 java.io.IOException cause)
    • Method Detail

      • getTag

        public java.lang.String getTag()
      • getIOException

        public java.io.IOException getIOException()