Package com.profesorfalken.wmi4java
Class WMIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.profesorfalken.wmi4java.WMIException
- All Implemented Interfaces:
Serializable
public class WMIException extends RuntimeException
Custom exception for WMI4Java.
This is an unchecked exception so it can be catched optionally
- Author:
- Javier Garcia Alonso
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description WMIException(String message)WMIException(String message, Throwable cause)WMIException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString