Serializable
Thrown to indicate that a method has been called on the wrong thread.
Constructors
Constructs a WrongThreadException with no detail message.
Constructs a WrongThreadException with the given detail message.
Constructs a WrongThreadException with the given detail message and cause.
Constructs a WrongThreadException with the given cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause
).
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrongThreadException()
Constructs a WrongThreadException with no detail message.
Constructs a WrongThreadException with the given detail message.
s
- the String that contains a detailed message, can be null
Constructs a WrongThreadException with the given detail message and cause.
message
- the detail message, can be null
cause
- the cause, can be null
Constructs a WrongThreadException with the given cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause
).
cause
- the cause, can be null
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4