public class BulkAddFailedException extends CheckedSoapException
Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility. Use the exception classes in com.atlassian.crowd.exception instead.
Constructor and Description |
---|
BulkAddFailedException() |
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() |
void |
setExistingUsers(Set<String> existingUsers) |
void |
setFailedUsers(Set<String> failedUsers) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BulkAddFailedException()
public BulkAddFailedException(Set<String> failedUsers, Set<String> existingUsers)
public BulkAddFailedException(String message, Set<String> failedUsers, Set<String> existingUsers)
Copyright © 2020 Atlassian. All rights reserved.