public class TppEngineClientException extends Exception
| Constructor and Description |
|---|
TppEngineClientException()
Default constructor.
|
TppEngineClientException(Throwable cause)
Constructor with cause.
|
TppEngineClientException(Throwable cause,
TppEngineError error)
Constructor with cause and error.
|
| Modifier and Type | Method and Description |
|---|---|
TppEngineError |
getError()
Get data adapter error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TppEngineClientException()
public TppEngineClientException(Throwable cause)
cause - Exception cause.public TppEngineClientException(Throwable cause, TppEngineError error)
cause - Exception cause.error - Data adapter error.public TppEngineError getError()
Copyright © 2016–2020 Wultra s.r.o.. All rights reserved.