public class PartialTransactionException extends Exception
PayLoadException then the type in passed and warnings can be same type as payload type.MetaDataException,
PayLoadException,
Serialized Form| Constructor and Description |
|---|
PartialTransactionException() |
PartialTransactionException(String msg) |
PartialTransactionException(String msg,
Throwable t) |
PartialTransactionException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFailed(Throwable e) |
void |
addPass(Object message) |
void |
addWarning(Object warning) |
Throwable |
getCause() |
List<Throwable> |
getFailed() |
List<Object> |
getPassed() |
List<Object> |
getWarnings() |
boolean |
isAnyError() |
void |
setFailed(List<Throwable> failed) |
void |
setPassed(List<Object> passed) |
void |
setWarnings(List<Object> warnings) |
String |
toString() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PartialTransactionException()
public PartialTransactionException(String msg)
public PartialTransactionException(Throwable t)
Copyright © 2018. All rights reserved.