Package com.atlassian.bitbucket.user
Class UserErasureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.user.UserErasureException
- All Implemented Interfaces:
- Serializable
Raised when the execution of delegated erasure operations fails.
 
 User erasure is pluggable, and erasing a user may trigger multiple individual handlers--each of which may
 fail. To communicate multiple failures, getCauses() maps between the module ID for, and exception
 from, each failed handler.
- Since:
- 5.16
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUserErasureException(KeyedMessage message) UserErasureException(KeyedMessage keyedMessage, Map<String, Throwable> causes) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.ServiceExceptiongetKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UserErasureException
- 
UserErasureExceptionpublic UserErasureException(@Nonnull KeyedMessage keyedMessage, @Nonnull Map<String, Throwable> causes) 
 
- 
- 
Method Details- 
getCauses
 
-