org.rhq.core.clientapi.server.core
Class AgentRegistrationException

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

public class AgentRegistrationException
extends Exception

This exception occurs when the server has rejected an agent's registration request.

See Also:
Serialized Form

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

AgentRegistrationException

public AgentRegistrationException()

AgentRegistrationException

public AgentRegistrationException(String message,
                                  Throwable cause)

AgentRegistrationException

public AgentRegistrationException(String message)

AgentRegistrationException

public AgentRegistrationException(Throwable cause)


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