public class BulkAddFailedException extends Exception
| Constructor and Description |
|---|
BulkAddFailedException(Set<String> failedUsers,
Set<String> existingUsers) |
BulkAddFailedException(String message,
Set<String> failedUsers,
Set<String> existingUsers) |
BulkAddFailedException(String message,
Set<String> failedUsers,
Set<String> existingUsers,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExistingUsers() |
Set<String> |
getFailedUsers() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2023 Atlassian. All rights reserved.