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

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

public class StaleTypeException
extends InvalidInventoryReportException

Exception to indicate that a report contains one or more resource types that have been marked for deletion.

See Also:
Serialized Form

Constructor Summary
StaleTypeException()
           
StaleTypeException(String message)
           
StaleTypeException(String message, Throwable cause)
           
StaleTypeException(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

StaleTypeException

public StaleTypeException()

StaleTypeException

public StaleTypeException(String message)

StaleTypeException

public StaleTypeException(String message,
                          Throwable cause)

StaleTypeException

public StaleTypeException(Throwable cause)


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