com.atlassian.jira.avatar
Class AvatarsDisabledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.jira.avatar.AvatarsDisabledException
All Implemented Interfaces:
Serializable

@PublicApi
public class AvatarsDisabledException
extends RuntimeException

This exception indicates that an operation has failed because avatars are disabled.

Since:
v4.3
See Also:
Serialized Form

Constructor Summary
AvatarsDisabledException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvatarsDisabledException

public AvatarsDisabledException()


Copyright © 2002-2014 Atlassian. All Rights Reserved.