Package org.metricshub.wmi.exceptions
Class WmiComException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.metricshub.wmi.exceptions.WindowsRemoteException
org.metricshub.wmi.exceptions.WmiComException
- All Implemented Interfaces:
Serializable
Exception to wrap WMI COM exception (as it's a RuntimeException).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWmiComException
(String message) WmiComException
(String messageFromat, Object... args) WmiComException
(Throwable cause) WmiComException
(Throwable cause, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WmiComException
-
WmiComException
-
WmiComException
-
WmiComException
-