public class Kstat2StatusException
extends java.lang.RuntimeException
Kstat2 Error Return Values, defined as
kstat2_status values in kstat2.h| Modifier | Constructor and Description |
|---|---|
|
Kstat2StatusException(int ks)
New exception from
kstat2_status |
protected |
Kstat2StatusException(int ks,
java.lang.String msg)
New exception from
kstat2_status with specified message |
| Modifier and Type | Method and Description |
|---|---|
int |
getKstat2Status() |
public Kstat2StatusException(int ks)
kstat2_statusks - The return valueprotected Kstat2StatusException(int ks,
java.lang.String msg)
kstat2_status with specified messageks - The return valuemsg - The exception message