class MRUKNativeResultException(val errorCode: Int) : Exception
MRUKNativeResultException
(
errorCode
)
:
MRUKNativeResultException |
cause
:
Throwable?
[Get] |
Signature
open val cause: Throwable? |
errorCode
:
Int
[Get] |
Signature
val errorCode: Int |
message
:
String?
[Get] |
Signature
open val message: String? |
addSuppressed
(
p0
)
|
Signature
fun addSuppressed(p0: Throwable) Parameters
p0:
Throwable
|
fillInStackTrace
()
:
Throwable
|
Signature
open fun fillInStackTrace(): Throwable Returns
Throwable
|
getLocalizedMessage
()
:
String
|
Signature
open fun getLocalizedMessage(): String Returns
String
|
getStackTrace
()
:
Array
|
Signature
open fun getStackTrace(): Array<StackTraceElement> Returns
Array
|
getSuppressed
()
:
Array
|
Signature
fun getSuppressed(): Array<Throwable> Returns
Array
|
initCause
(
p0
)
:
Throwable
|
Signature
open fun initCause(p0: Throwable): Throwable Parameters
p0:
Throwable
Returns
Throwable
|
printStackTrace
()
|
Signature
open fun printStackTrace() |
printStackTrace
(
p0
)
|
Signature
open fun printStackTrace(p0: PrintStream) Parameters
p0:
PrintStream
|
printStackTrace
(
p0
)
|
Signature
open fun printStackTrace(p0: PrintWriter) Parameters
p0:
PrintWriter
|
setStackTrace
(
p0
)
|
Signature
open fun setStackTrace(p0: Array<StackTraceElement>) Parameters
p0:
Array
|
toString
()
:
String
|
Signature
open override fun toString(): String Returns
String
|