Package com.sun.solaris.service.kstat
Class KstatChainUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.solaris.service.kstat.KstatException
-
- com.sun.solaris.service.kstat.KstatChainUpdateException
-
- All Implemented Interfaces:
java.io.Serializable
public class KstatChainUpdateException extends KstatException
Indicates a thatkstat_chain_update(3KSTAT)
failed for the given KstatCtl.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KstatChainUpdateException(KstatCtl kctl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KstatCtl
getKstatCtl()
Returns the offending KstatCtl.
-