toggle menu
futuraekit-java
androidJvm
switch theme
search in API
futuraekit-java
/
com.futurae.sdk.public_api.exception
/
FTException
FTException
public
class
FTException
extends
IOException
Base generic error class for all SDK returned errors
Inheritors
FTAccountsMigrationException
FTApiException
FTCorruptedStateException
FTMalformedQRCodeException
FTMigrationFailedException
FTAccountNotFoundException
FTInvalidFormatException
FTInvalidStateException
FTInvalidOperationException
FTInvalidArgumentException
FTSDKBlockedException
FTKeystoreException
FTLockException
FTRecoveryException
Members
Constructors
FTException
Link copied to clipboard
public
FTException
FTException
(
String
message
,
Throwable
throwable
)
Properties
cause
Link copied to clipboard
private
final
Throwable
cause
message
Link copied to clipboard
private
final
String
message
Functions
add
Suppressed
Link copied to clipboard
public
final
Unit
addSuppressed
(
Throwable
p0
)
fill
In
Stack
Trace
Link copied to clipboard
public
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
Throwable
getCause
(
)
get
Localized
Message
Link copied to clipboard
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
public
final
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
public
Throwable
initCause
(
Throwable
p0
)
print
Stack
Trace
Link copied to clipboard
public
Unit
printStackTrace
(
)
public
Unit
printStackTrace
(
PrintStream
p0
)
public
Unit
printStackTrace
(
PrintWriter
p0
)
set
Stack
Trace
Link copied to clipboard
public
Unit
setStackTrace
(
Array
<
StackTraceElement
>
p0
)