Class AvatarException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bamboo.avatar.exceptions.AvatarException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AvatarConversionException, AvatarLoadException, AvatarStoreException

public abstract class AvatarException extends RuntimeException
See Also:
  • Constructor Details

    • AvatarException

      protected AvatarException(@NotNull @NotNull String message)
    • AvatarException

      protected AvatarException(@NotNull @NotNull String message, @Nullable @Nullable Throwable cause)