Class TimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TimeoutException
    extends NoResponseException
    Represents a no response exception which was caused by a timeout. The other side took too long to respond to a request packet.
    See Also:
    Serialized Form
    • 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

      • TimeoutException

        public TimeoutException()
      • TimeoutException

        public TimeoutException​(java.lang.String message)
      • TimeoutException

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

        public TimeoutException​(java.lang.Throwable cause)