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.
- Version:
- $Revision$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InactivityIOException
public InactivityIOException()
InactivityIOException
public InactivityIOException(String message)
- Parameters:
message
-
Copyright © 2011 Apache Software Foundation. All Rights Reserved.