public class

NoSuchUserException

extends NoSuchEntityException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.stash.exception.ServiceException
           ↳ com.atlassian.stash.exception.NoSuchEntityException
             ↳ com.atlassian.stash.exception.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.stash.exception.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 ()