public class

IllegalRepositoryStateException

extends IllegalEntityStateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.IllegalEntityStateException
             ↳ com.atlassian.bitbucket.repository.IllegalRepositoryStateException
Known Direct Subclasses

Class Overview

Thrown to indicate an operation could not be completed because the repository was not in the expected state. For example, attempting to retry creating a repository might throw this exception if the repository was already created successfully.

Summary

Public Constructors
IllegalRepositoryStateException(KeyedMessage message)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IllegalRepositoryStateException (KeyedMessage message)