Class ReassignmentInProgressException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReassignmentInProgressException
    extends ApiException
    Thrown if a request cannot be completed because a partition reassignment is in progress.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, 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

      • ReassignmentInProgressException

        public ReassignmentInProgressException​(java.lang.String msg)
      • ReassignmentInProgressException

        public ReassignmentInProgressException​(java.lang.String msg,
                                               java.lang.Throwable cause)