Class TeeStreamException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TeeStreamException
    extends java.io.IOException
    Author:
    Sam Adams
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TeeStreamException​(java.io.IOException ex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addCause​(java.io.IOException ex)  
      java.io.IOException[] getCauses()  
      • 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

      • TeeStreamException

        public TeeStreamException​(java.io.IOException ex)
    • Method Detail

      • addCause

        public void addCause​(java.io.IOException ex)
      • getCauses

        public java.io.IOException[] getCauses()