toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib
/
RongRuntimeException
Rong
Runtime
Exception
io.rong.imlib
public
class
RongRuntimeException
extends
RuntimeException
Members
Constructors
Rong
Runtime
Exception
Link copied to clipboard
io.rong.imlib
public
void
RongRuntimeException
(
String
message
)
public
void
RongRuntimeException
(
String
message
,
Throwable
cause
)
Inherited properties
cause
Link copied to clipboard
io.rong.imlib
public
Throwable
cause
stack
Trace
Link copied to clipboard
io.rong.imlib
public
Array
<
StackTraceElement
>
stackTrace
Inherited functions
add
Suppressed
Link copied to clipboard
io.rong.imlib
public
final
synchronized
void
addSuppressed
(
Throwable
exception
)
fill
In
Stack
Trace
Link copied to clipboard
io.rong.imlib
public
synchronized
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
io.rong.imlib
public
synchronized
Throwable
getCause
(
)
get
Localized
Message
Link copied to clipboard
io.rong.imlib
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
io.rong.imlib
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
io.rong.imlib
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
io.rong.imlib
public
final
synchronized
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
io.rong.imlib
public
synchronized
Throwable
initCause
(
Throwable
cause
)
print
Stack
Trace
Link copied to clipboard
io.rong.imlib
public
void
printStackTrace
(
)
set
Stack
Trace
Link copied to clipboard
io.rong.imlib
public
void
setStackTrace
(
Array
<
StackTraceElement
>
stackTrace
)
to
String
Link copied to clipboard
io.rong.imlib
public
String
toString
(
)