public class SnmpBadConversionException extends Exception
SnmpIPAddress.convertToIpAddress()
,
Serialized FormConstructor and Description |
---|
SnmpBadConversionException()
The exception constructor
|
SnmpBadConversionException(Exception reason)
Constructs a new exception which is based upon a previous exception.
|
SnmpBadConversionException(String why)
The exception constructor.
|
SnmpBadConversionException(String why,
Exception reason)
The exception constructor
|
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace()
Prints the stack trace of the exception.
|
void |
printStackTrace(PrintStream stream)
Prints the stack trace of the exception.
|
void |
printStackTrace(PrintWriter writer)
Prints the stack trace of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public SnmpBadConversionException(String why)
why
- The message for the exception.public SnmpBadConversionException(String why, Exception reason)
why
- The message for the exception.reason
- The original exception that caused the problempublic SnmpBadConversionException()
public SnmpBadConversionException(Exception reason)
reason
- The original exceptionpublic void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter writer)
printStackTrace
in class Throwable
writer
- The stream to writer the stack trace onto.public void printStackTrace(PrintStream stream)
printStackTrace
in class Throwable
stream
- The stream to writer the stack trace onto.Copyright © 2021. All rights reserved.