Class PublicationClosedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PublicationClosedException
    extends java.lang.RuntimeException
    This exception indicates that MessageChannel (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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PublicationClosedException

        public PublicationClosedException()