Class Kstat2StatusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sun.jna.platform.unix.solaris.Kstat2StatusException
-
- All Implemented Interfaces:
java.io.Serializable
public class Kstat2StatusException extends java.lang.RuntimeException
Exception encapsulatingKstat2
Error Return Values, defined askstat2_status
values inkstat2.h
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description Kstat2StatusException(int ks)
New exception fromkstat2_status
protected
Kstat2StatusException(int ks, java.lang.String msg)
New exception fromkstat2_status
with specified message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getKstat2Status()
-
-
-
Constructor Detail
-
Kstat2StatusException
public Kstat2StatusException(int ks)
New exception fromkstat2_status
- Parameters:
ks
- The return value
-
Kstat2StatusException
protected Kstat2StatusException(int ks, java.lang.String msg)
New exception fromkstat2_status
with specified message- Parameters:
ks
- The return valuemsg
- The exception message
-
-