public ProxyFieldValidatoRuntimeException(String msg)(Code)
Constructs a new exception specifying an error message.
Parameters: msg - This message is for internal diagnostics.
ProxyFieldValidatoRuntimeException
public ProxyFieldValidatoRuntimeException(String msg, Throwable sourceException)(Code)
Constructs a new exception specifying an error message and a source exception.
Parameters: msg - This message is for internal diagnostics. Parameters: sourceException - The source exception being wrapped.