public class

ResourceBusyException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.stash.exception.ServiceException
           ↳ com.atlassian.stash.exception.ResourceBusyException

Class Overview

Exception thrown to indicate a resource is busy.

Summary

Public Constructors
ResourceBusyException(KeyedMessage message, String resourceName)
Public Methods
String getResourceName()
Retrieves the name of the busy resource.
[Expand]
Inherited Methods
From class com.atlassian.stash.exception.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ResourceBusyException (KeyedMessage message, String resourceName)

Public Methods

public String getResourceName ()

Retrieves the name of the busy resource.

Returns
  • the resource name