Package com.atlassian.crowd.exception
Class BulkAddFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.BulkAddFailedException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a bulk add operation has failed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BulkAddFailedException
-
BulkAddFailedException
-
BulkAddFailedException
-
-
Method Details
-
getFailedUsers
- Returns:
- the usernames of the users that it failed to create
-
getExistingUsers
- Returns:
- the usernames of the users that it failed to create because they already existed.
-