Class HookScriptOutOfDateException

All Implemented Interfaces:
Serializable

public class HookScriptOutOfDateException extends EntityOutOfDateException
Thrown when updating a hook script fails due to concurrent updates, or a version mismatch.
Since:
6.2
See Also:
  • Constructor Details

    • HookScriptOutOfDateException

      public HookScriptOutOfDateException(KeyedMessage message, Throwable cause)
    • HookScriptOutOfDateException

      public HookScriptOutOfDateException(KeyedMessage message, int expectedVersion, int currentVersion)