Class IdleTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.net.req.netty.IdleTimeoutException
- All Implemented Interfaces:
Serializable
The Class IdleTimeoutException.
- Author:
- JTraber
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdleTimeoutException(String message) Instantiates a new idle timeout exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdleTimeoutException
Instantiates a new idle timeout exception.- Parameters:
message- the message
-