public class

NoSuchAvatarException

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.avatar.NoSuchAvatarException

Summary

Public Constructors
NoSuchAvatarException(KeyedMessage message, String id)
Public Methods
@Nonnull String getId()
[Expand]
Inherited Methods
From class com.atlassian.stash.exception.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoSuchAvatarException (KeyedMessage message, String id)

Public Methods

@Nonnull public String getId ()