Class PublisherFailureException

  • All Implemented Interfaces:
    java.io.Serializable, oracle.kv.impl.util.FastExternalizable

    public class PublisherFailureException
    extends FaultException
    Exception that will be raised when NoSQL Publisher cannot be created due to errors, or experiences irrecoverable errors and must be closed. It is a wrapper of FaultException.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NoSQLSubscriberId getSubscriberId()
      Gets the subscriber id that was trying to use the publisher
      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface oracle.kv.impl.util.FastExternalizable

        deserializedForm
    • Method Detail

      • getSubscriberId

        public NoSQLSubscriberId getSubscriberId()
        Gets the subscriber id that was trying to use the publisher
        Returns:
        the subscriber id that was trying to use the publisher