Overview | Methods | This Package | All Packages
Creates a WFCInvalidStateException object.
Syntax
public WFCInvalidStateException()
public WFCInvalidStateException( String message )
public WFCInvalidStateException( String message, Throwable innerException )
Parameters
message
The message to be displayed when the exception is thrown.
innerException
The inner exception to be associated with this exception.