Class UnrecoverableReplicationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnrecoverableReplicationException
    extends ReplicationException
    This replication exception should be thrown, if the current replication can't be retried at a later time as the error is unrecoverable.
    Since:
    5.4
    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

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

      • UnrecoverableReplicationException

        public UnrecoverableReplicationException​(java.lang.String s)
        Creates a ReplicationException given a message describing the failure cause
        Parameters:
        s - description
      • UnrecoverableReplicationException

        public UnrecoverableReplicationException​(java.lang.String s,
                                                 java.lang.Exception e)
        Creates a ReplicationException given a message describing the failure cause and a root exception
        Parameters:
        s - description
        e - root failure cause
      • UnrecoverableReplicationException

        public UnrecoverableReplicationException​(java.lang.Exception e)
        Creates a ReplicationException given a root exception
        Parameters:
        e - root failure cause