Class KeepAliveRequestTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class KeepAliveRequestTimeoutException
    extends java.lang.RuntimeException
    A RuntimeException which is thrown when a keep-alive response message was not received within a certain timeout.
    Author:
    Apache MINA Project
    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

      • KeepAliveRequestTimeoutException

        public KeepAliveRequestTimeoutException()
        Creates a new instance of a KeepAliveRequestTimeoutException
      • KeepAliveRequestTimeoutException

        public KeepAliveRequestTimeoutException​(java.lang.String message,
                                                java.lang.Throwable cause)
        Creates a new instance of a KeepAliveRequestTimeoutException
        Parameters:
        message - The detail message
        cause - The Exception's cause
      • KeepAliveRequestTimeoutException

        public KeepAliveRequestTimeoutException​(java.lang.String message)
        Creates a new instance of a KeepAliveRequestTimeoutException
        Parameters:
        message - The detail message
      • KeepAliveRequestTimeoutException

        public KeepAliveRequestTimeoutException​(java.lang.Throwable cause)
        Creates a new instance of a KeepAliveRequestTimeoutException
        Parameters:
        cause - The Exception's cause