org.rhq.core.clientapi.server.core
Class AgentNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.