Package org.netxms.client.snmp
Class SnmpObjectIdFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.netxms.client.snmp.SnmpObjectIdFormatException
-
- All Implemented Interfaces:
Serializable
public class SnmpObjectIdFormatException extends Exception
SNMP Object Id format exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnmpObjectIdFormatException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SnmpObjectIdFormatException
public SnmpObjectIdFormatException(String message)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-