Class TimeoutException

  • All Implemented Interfaces:
    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
    • Constructor Detail

      • TimeoutException

        public TimeoutException()
      • TimeoutException

        public TimeoutException​(String message)
      • TimeoutException

        public TimeoutException​(String message,
                                Throwable cause)
      • TimeoutException

        public TimeoutException​(Throwable cause)