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

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

public class IncompatibleClassException
extends MonitoringAgentException

Author:
manojc
See Also:
Serialized Form

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

IncompatibleClassException

public IncompatibleClassException(String message)
Creates a new IncompatibleClassException.

Parameters:
message -

IncompatibleClassException

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

Parameters:
message -
cause -

IncompatibleClassException

public IncompatibleClassException(Throwable cause)
Creates a new IncompatibleClassException.

Parameters:
cause -


Copyright © 2015 Cisco. All Rights Reserved.