public class

HookScriptOutOfDateException

extends EntityOutOfDateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.EntityOutOfDateException
             ↳ com.atlassian.bitbucket.hook.script.HookScriptOutOfDateException

Class Overview

Thrown when updating a hook script fails due to concurrent updates, or a version mismatch.

Summary

[Expand]
Inherited Constants
From class com.atlassian.bitbucket.EntityOutOfDateException
Public Constructors
HookScriptOutOfDateException(KeyedMessage message, Throwable cause)
HookScriptOutOfDateException(KeyedMessage message, int expectedVersion, int currentVersion)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.EntityOutOfDateException
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public HookScriptOutOfDateException (KeyedMessage message, Throwable cause)

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