Package org.apache.activemq.transport
Class InactivityIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.activemq.transport.InactivityIOException
-
- All Implemented Interfaces:
Serializable
public class InactivityIOException extends IOException
This is exception is thrown when the transport layer detects that the underlying socket has been inactive for too long.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InactivityIOException()
InactivityIOException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InactivityIOException
public InactivityIOException()
-
InactivityIOException
public InactivityIOException(String message)
- Parameters:
message
-
-
-