public class

UserManagementOperationFailedException

extends InfrastructureException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.core.exception.InfrastructureException
           ↳ com.atlassian.confluence.user.UserManagementOperationFailedException

Class Overview

Thrown when adding a user fails due to unknown reasons

Summary

Public Constructors
UserManagementOperationFailedException(String msg)
UserManagementOperationFailedException(Throwable cause)
UserManagementOperationFailedException(String msg, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UserManagementOperationFailedException (String msg)

public UserManagementOperationFailedException (Throwable cause)

public UserManagementOperationFailedException (String msg, Throwable cause)