spring-framework / org.springframework.oxm / ValidationFailureException / <init>

<init>

ValidationFailureException(msg: String)

Construct a ValidationFailureException with the specified detail message.

Parameters

msg - the detail message

ValidationFailureException(msg: String, cause: Throwable)

Construct a ValidationFailureException with the specified detail message and nested exception.

Parameters

msg - the detail message

cause - the nested exception