public class

UserErasureException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.user.UserErasureException

Class Overview

Raised when the execution of delegated erasure operations fails.

The property causes contains a map of exceptions, indexed by their distinct key.

Summary

Public Constructors
UserErasureException(KeyedMessage message)
UserErasureException(KeyedMessage keyedMessage, Map<String, Throwable> causes)
Public Methods
@Nonnull Map<String, Throwable> getCauses()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UserErasureException (KeyedMessage message)

public UserErasureException (KeyedMessage keyedMessage, Map<String, Throwable> causes)

Public Methods

@Nonnull public Map<String, Throwable> getCauses ()