Package jexer.io

Class ReadTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReadTimeoutException
    extends java.io.IOException
    ReadTimeoutException is thrown by TimeoutInputStream.read() when bytes are not available within the timeout specified.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadTimeoutException​(java.lang.String msg)
      Construct an instance with a message.
    • 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

      • ReadTimeoutException

        public ReadTimeoutException​(java.lang.String msg)
        Construct an instance with a message.
        Parameters:
        msg - exception text