org.rhq.core.pluginapi.inventory
Class InvalidPluginConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.core.pluginapi.inventory.InvalidPluginConfigurationException
All Implemented Interfaces:
Serializable

public class InvalidPluginConfigurationException
extends RuntimeException

This exception is thrown by plugin resource components when an attempt to connect to a managed resource fails due to an invalid plugin configuration.

See Also:
Serialized Form

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

InvalidPluginConfigurationException

public InvalidPluginConfigurationException(String message)

InvalidPluginConfigurationException

public InvalidPluginConfigurationException(Throwable cause)

InvalidPluginConfigurationException

public InvalidPluginConfigurationException(String message,
                                           Throwable cause)


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.