public class ValidationException extends SamlException
Constructor and Description |
---|
ValidationException(String message,
Throwable cause,
ValidationResult errors) |
ValidationException(String message,
ValidationResult errors) |
Modifier and Type | Method and Description |
---|---|
ValidationResult |
getErrors() |
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ValidationException(String message, ValidationResult errors)
public ValidationException(String message, Throwable cause, ValidationResult errors)
public ValidationResult getErrors()
public String getMessage()
getMessage
in class Throwable