Class UserErasureException

All Implemented Interfaces:
Serializable

public class UserErasureException extends ServiceException
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 Details

    • UserErasureException

      public UserErasureException(@Nonnull KeyedMessage message)
    • UserErasureException

      public UserErasureException(@Nonnull KeyedMessage keyedMessage, @Nonnull Map<String,Throwable> causes)
  • Method Details