public class BulkException extends Exception
| Constructor and Description |
|---|
BulkException(SCIMException throwable,
BulkOperation.Method method,
String bulkId,
String path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBulkId()
Retrieve the bulk operation identifier, required when the method is POST.
|
SCIMException |
getCause() |
BulkOperation.Method |
getMethod()
Retrieve HTTP method of the operation.
|
String |
getPath()
Retrieve the relative path of the resource from the bulk operation request.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BulkException(SCIMException throwable, BulkOperation.Method method, String bulkId, String path)
throwable - The SCIMException that caused the bulk operation to fail.method - The original HTTP method of the operation.bulkId - The bulk operation identifier.path - The relative path of the resource from the bulk operation
request.public BulkOperation.Method getMethod()
public String getBulkId()
public String getPath()
null if no path was specified.null if no path was specified.public SCIMException getCause()
Copyright © 2011–2016 UnboundID. All rights reserved.