Module java.base
Package java.lang

Class WrongThreadException

java.lang.Object
All Implemented Interfaces:
Serializable

public final class WrongThreadException extends RuntimeException
Thrown to indicate that a method has been called on the wrong thread.
Since:
19
See Also: