- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.snmp4j.agent.MOException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DuplicateRegistrationException
public abstract class MOException extends java.lang.Exception
TheMOException
is the base class for all exceptions thrown while managingManagedObject
s.- Version:
- 1.0
- Author:
- Frank Fock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MOException()
MOException(java.lang.String message)
MOException(java.lang.String message, java.lang.Exception chainedException)
-