Class ConcurrentUpdateException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConcurrentUpdateException
    extends java.lang.RuntimeException
    Schema update could not be completed because another instance of the update tool was running
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConcurrentUpdateException​(java.lang.String msg)
      Public constructor
    • 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, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConcurrentUpdateException

        public ConcurrentUpdateException​(java.lang.String msg)
        Public constructor
        Parameters:
        msg - some context about the error