Package deltix.util.io.aeron
Class PublicationClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.util.io.aeron.PublicationClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PublicationClosedException extends java.lang.RuntimeException
This exception indicates thatMessageChannel
(or other similar data receiver) was closed and can't longer be used. Any further attempts to use this channel will fail. If you need to continue operation then you should re-create the channel.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PublicationClosedException()
-