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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cisco.oss.foundation.monitoring.exception.MonitoringAgentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AgentAlreadyRegisteredException, AgentNotRegisteredException, AgentRegistrationException, IncompatibleClassException

public class MonitoringAgentException
extends Exception

Author:
manojc
See Also:
Serialized Form

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

MonitoringAgentException

public MonitoringAgentException(String message)
Creates a new MonitoringAgentException.

Parameters:
message -

MonitoringAgentException

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

Parameters:
message -
cause -

MonitoringAgentException

public MonitoringAgentException(Throwable cause)
Creates a new MonitoringAgentException.

Parameters:
cause -


Copyright © 2015 Cisco. All Rights Reserved.