Microsoft SDK for Java

WrongThreadException Class Constructors

The WrongThreadException Class contains the following constructors:

WrongThreadException()
WrongThreadException(String s)

WrongThreadException()

Creates an instance of the WrongThreadException class.

Syntax

public WrongThreadException();

WrongThreadException(String s)

Creates an instance of the WrongThreadException class that contains a description of the exception.

Syntax

public WrongThreadException(String s);

Parameters

s A description of the exception.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.