public class

ConflictException

extends ResourceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.rest.ResourceException
           ↳ com.atlassian.bitbucket.rest.ConflictException

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.rest.ResourceException
Public Constructors
ConflictException(String message)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.ResourceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ConflictException (String message)