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

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.AgentNotRegisteredException
All Implemented Interfaces:
Serializable

public class AgentNotRegisteredException
extends MonitoringAgentException

Author:
manojc
See Also:
Serialized Form

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

AgentNotRegisteredException

public AgentNotRegisteredException()
Creates a new AgentNotRegisteredException.


AgentNotRegisteredException

public AgentNotRegisteredException(String message)
Creates a new AgentNotRegisteredException.

Parameters:
message -

AgentNotRegisteredException

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

Parameters:
message -
cause -

AgentNotRegisteredException

public AgentNotRegisteredException(Throwable cause)
Creates a new AgentNotRegisteredException.

Parameters:
cause -


Copyright © 2015 Cisco. All Rights Reserved.