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:
  • Constructor Details

    • TransportDisposedIOException

      public TransportDisposedIOException()
    • TransportDisposedIOException

      public TransportDisposedIOException(String message)
      Parameters:
      message -
    • TransportDisposedIOException

      public TransportDisposedIOException(String message, Throwable cause)