public class

NoSuchUserException

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.NoSuchUserException

Class Overview

Indicates the named user does not exist

Summary

Public Constructors
NoSuchUserException(KeyedMessage message, String username)
Public Methods
@Nonnull String getUsername()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoSuchUserException (KeyedMessage message, String username)

Public Methods

@Nonnull public String getUsername ()