Class ReadException

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.IOException getIOCause()  
      java.lang.String getMessage()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

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

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

      • ReadException

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

        public ReadException​(java.lang.String message,
                             java.io.IOException cause)
    • Method Detail

      • getIOCause

        public java.io.IOException getIOCause()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable