public abstract class

AvatarException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.stash.exception.ServiceException
           ↳ com.atlassian.stash.avatar.AvatarException
Known Direct Subclasses
Known Indirect Subclasses

Summary

Protected Constructors
AvatarException(KeyedMessage message)
AvatarException(KeyedMessage message, Throwable cause)
[Expand]
Inherited Methods
From class com.atlassian.stash.exception.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected AvatarException (KeyedMessage message)

protected AvatarException (KeyedMessage message, Throwable cause)