public class ValidationException extends SynchronizationException
| Constructor and Description |
|---|
ValidationException(Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports) |
ValidationException(String message) |
ValidationException(String message,
Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports) |
ValidationException(String message,
Throwable cause) |
ValidationException(String message,
Throwable cause,
Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports) |
ValidationException(Throwable cause) |
ValidationException(Throwable cause,
Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> |
getValidationReports() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ValidationException(Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports)
public ValidationException(String message, Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports)
public ValidationException(String message, Throwable cause, Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports)
public ValidationException(Throwable cause, Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports)
public ValidationException(String message)
public ValidationException(Throwable cause)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.