- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.snmp4j.agent.MOException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateRegistrationException
public abstract class MOException extends 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(String message)
MOException(String message, Exception chainedException)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-