public class

SnmpUnknownModelException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sun.jmx.snmp.SnmpUnknownModelException
Known Direct Subclasses

Class Overview

This exception is thrown when a needed model is not present in the engine.

This API is a Sun Microsystems internal API and is subject to change without notice.

Summary

Public Constructors
SnmpUnknownModelException(String msg)
Constructor.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SnmpUnknownModelException (String msg)

Constructor.

Parameters
msg The exception msg to display.