Creates a WFCException object.
public WFCException()
public WFCException( String message )
public WFCException( String message, Throwable innerException )
public WFCException( Throwable innerException )
message
The message to be displayed when this exception is thrown.
innerException
The inner exception to be associated with this exception.
The fourth version of the constructor uses the message of the inner exception.