Class ClientSendTimedOutException

    • Constructor Summary

      Constructors 
      Constructor Description
      ClientSendTimedOutException​(java.lang.String reason)
      Creates a new connection send timed out exception.
    • 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

      • ClientSendTimedOutException

        public ClientSendTimedOutException​(java.lang.String reason)
        Creates a new connection send timed out exception.
        Parameters:
        reason - The message that describes the reason for the error.