com.cisco.oss.foundation.monitoring.exception
Class AgentAlreadyRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cisco.oss.foundation.monitoring.exception.MonitoringAgentException
              extended by com.cisco.oss.foundation.monitoring.exception.AgentAlreadyRegisteredException
All Implemented Interfaces:
Serializable

public class AgentAlreadyRegisteredException
extends MonitoringAgentException

Author:
manojc
See Also:
Serialized Form

Constructor Summary
AgentAlreadyRegisteredException()
          Creates a new AgentAlreadyRegisteredException.
AgentAlreadyRegisteredException(String message)
          Creates a new AgentAlreadyRegisteredException.
AgentAlreadyRegisteredException(String message, Throwable cause)
          Creates a new AgentAlreadyRegisteredException.
AgentAlreadyRegisteredException(Throwable cause)
          Creates a new AgentAlreadyRegisteredException.
 
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

AgentAlreadyRegisteredException

public AgentAlreadyRegisteredException()
Creates a new AgentAlreadyRegisteredException.


AgentAlreadyRegisteredException

public AgentAlreadyRegisteredException(String message)
Creates a new AgentAlreadyRegisteredException.

Parameters:
message -

AgentAlreadyRegisteredException

public AgentAlreadyRegisteredException(String message,
                                       Throwable cause)
Creates a new AgentAlreadyRegisteredException.

Parameters:
message -
cause -

AgentAlreadyRegisteredException

public AgentAlreadyRegisteredException(Throwable cause)
Creates a new AgentAlreadyRegisteredException.

Parameters:
cause -


Copyright © 2015 Cisco. All Rights Reserved.