Class WindowsRemoteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.metricshub.wmi.exceptions.WindowsRemoteException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WmiComException

public class WindowsRemoteException extends Exception
See Also:
  • Constructor Details

    • WindowsRemoteException

      public WindowsRemoteException(String message)
    • WindowsRemoteException

      public WindowsRemoteException(String messageFromat, Object... args)
    • WindowsRemoteException

      public WindowsRemoteException(Throwable cause, String message)
    • WindowsRemoteException

      public WindowsRemoteException(Throwable cause, String messageFromat, Object... args)
    • WindowsRemoteException

      public WindowsRemoteException(Throwable cause)