Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

WFCException.WFCException

Creates a WFCException object.

Syntax

public WFCException()

public WFCException( String message )

public WFCException( String message**, Throwable** innerException )

public WFCException( Throwable innerException )

Parameters

message

The message to be displayed when this exception is thrown.

innerException

The inner exception to be associated with this exception.

Remarks

The fourth version of the constructor uses the message of the inner exception.