Package org.metricshub.winrm.exceptions
Class WinRMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.metricshub.winrm.exceptions.WindowsRemoteException
org.metricshub.winrm.exceptions.WinRMException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWinRMException(String message) WinRMException(String messageFromat, Object... args) WinRMException(Throwable cause) WinRMException(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
-
WinRMException
-
WinRMException
-
WinRMException
-
WinRMException
-