public class TransactionPostProcessException extends FormattedException
| Constructor and Description |
|---|
TransactionPostProcessException() |
TransactionPostProcessException(String message,
Object... args) |
TransactionPostProcessException(Throwable throwable) |
TransactionPostProcessException(Throwable throwable,
String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubsequentCause(Throwable throwable) |
Throwable |
getFirstCause() |
Throwable[] |
getSubsequentCauses() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionPostProcessException()
public TransactionPostProcessException(String message, Object... args)
public TransactionPostProcessException(Throwable throwable, String message, Object... args)
public TransactionPostProcessException(Throwable throwable)
Copyright © 2017. All rights reserved.