public class SnmpException extends RuntimeException
| Constructor and Description | 
|---|
SnmpException()
Constructs a new instance. 
 | 
SnmpException(String message)
Constructs a new instance. 
 | 
SnmpException(String message,
             Throwable cause)
Constructs a new instance. 
 | 
SnmpException(Throwable cause)
Constructs a new instance. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SnmpException()
public SnmpException(String message, Throwable cause)
message - cause - public SnmpException(String message)
message - public SnmpException(Throwable cause)
cause - Copyright © 2012–2015. All rights reserved.