public class

NoSuchGroupException

extends NoSuchEntityException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.NoSuchEntityException
             ↳ com.atlassian.bitbucket.user.NoSuchGroupException

Class Overview

Specialisation of NoSuchEntityException thrown to indicate the named group does not exist.

Summary

Public Constructors
NoSuchGroupException(KeyedMessage message, String groupName)
Public Methods
@Nonnull String getGroupName()
Retrieves the name of the group which was requested but not found.
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoSuchGroupException (KeyedMessage message, String groupName)

Public Methods

@Nonnull public String getGroupName ()

Retrieves the name of the group which was requested but not found.

Returns
  • the group name