Package org.apache.activemq.transport
Class TransportDisposedIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.activemq.transport.TransportDisposedIOException
-
- All Implemented Interfaces:
Serializable
public class TransportDisposedIOException extends IOException
This is exception is thrown when the transport is disposed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransportDisposedIOException()
TransportDisposedIOException(String message)
TransportDisposedIOException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-