Package com.atlassian.confluence.user
Class UserManagementOperationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.core.exception.InfrastructureException
-
- com.atlassian.confluence.user.UserManagementOperationFailedException
-
- All Implemented Interfaces:
Serializable
public class UserManagementOperationFailedException extends com.atlassian.core.exception.InfrastructureException
Thrown when adding a user fails due to unknown reasons- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserManagementOperationFailedException(String msg)
UserManagementOperationFailedException(String msg, Throwable cause)
UserManagementOperationFailedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-