org.rhq.core.clientapi.server.core
Class AgentNotSupportedException

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

public class AgentNotSupportedException
extends Exception

This exception occurs when the server has rejected an agent's request because that agent is not supported by the server.

See Also:
Serialized Form

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

AgentNotSupportedException

public AgentNotSupportedException()

AgentNotSupportedException

public AgentNotSupportedException(String message,
                                  Throwable cause)

AgentNotSupportedException

public AgentNotSupportedException(String message)

AgentNotSupportedException

public AgentNotSupportedException(Throwable cause)


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