Creates a WFCInvalidStateException object.
public WFCInvalidStateException()
public WFCInvalidStateException( String message )
public WFCInvalidStateException( String message, Throwable innerException )
message
The message to be displayed when the exception is thrown.
innerException
The inner exception to be associated with this exception.