public class MultiOpException extends DBException
| Constructor and Description |
|---|
MultiOpException()
Default constructor.
|
MultiOpException(List<FailedOp> recList) |
MultiOpException(String s)
Constructor.
|
MultiOpException(String s,
Throwable t)
Constructor taking a message and another exception.
|
MultiOpException(Throwable t)
Constructor taking another exception.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<FailedOp> |
getFailedObjects() |
FailedOp |
next() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultiOpException()
public MultiOpException(String s)
s - messagepublic MultiOpException(Throwable t)
t - exception to grab data frompublic FailedOp next() throws DBException
DBExceptionCopyright © 2015 Mapr Technologies, Inc.. All rights reserved.