org.rhq.core.clientapi.server.discovery
Class InvalidInventoryReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.core.clientapi.server.discovery.InvalidInventoryReportException
All Implemented Interfaces:
Serializable

public class InvalidInventoryReportException
extends Exception

Exception to indicate that a given InventoryReport contained some invalid data and could not be processed.

See Also:
Serialized Form

Constructor Summary
InvalidInventoryReportException()
           
InvalidInventoryReportException(String message)
           
InvalidInventoryReportException(String message, Throwable cause)
           
InvalidInventoryReportException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidInventoryReportException

public InvalidInventoryReportException()

InvalidInventoryReportException

public InvalidInventoryReportException(String message)

InvalidInventoryReportException

public InvalidInventoryReportException(String message,
                                       Throwable cause)

InvalidInventoryReportException

public InvalidInventoryReportException(Throwable cause)


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