Package ru.tinkoff.acquiring.sdk.threeds
Class AppBaseProcessResult.Error
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.threeds.AppBaseProcessResult
public final class AppBaseProcessResult.Error implements AppBaseProcessResult
-
-
Field Summary
Fields Modifier and Type Field Description private final IllegalStateExceptionthrowable
-
Constructor Summary
Constructors Constructor Description AppBaseProcessResult.Error(IllegalStateException throwable)
-
Method Summary
Modifier and Type Method Description final IllegalStateExceptiongetThrowable()-
-
Constructor Detail
-
AppBaseProcessResult.Error
AppBaseProcessResult.Error(IllegalStateException throwable)
-
-
Method Detail
-
getThrowable
final IllegalStateException getThrowable()
-
-
-
-