org.rhq.enterprise.server.sync
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.enterprise.server.sync.SynchronizationException
                  extended by org.rhq.enterprise.server.sync.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends SynchronizationException

Author:
Lukas Krejci
See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> getValidationReports()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException(Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports)

ValidationException

public ValidationException(String message,
                           Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports)

ValidationException

public ValidationException(String message,
                           Throwable cause,
                           Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports)

ValidationException

public ValidationException(Throwable cause,
                           Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> validationReports)

ValidationException

public ValidationException(String message,
                           Throwable cause)

ValidationException

public ValidationException(String message)

ValidationException

public ValidationException(Throwable cause)
Method Detail

getValidationReports

public Set<org.rhq.core.domain.sync.ConsistencyValidatorFailureReport> getValidationReports()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.