Package org.metricshub.winrm.exceptions
Class WinRMAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.metricshub.winrm.exceptions.WinRMClientException
org.metricshub.winrm.exceptions.WinRMAuthenticationException
- All Implemented Interfaces:
Serializable
The remote host rejected the credentials (or every authentication scheme of an ordered
fallback list). The message keeps the historical format
Authentication error on <endpoint> with user name "<user>" that operators match on.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWinRMAuthenticationException(String message) Create the exception with a 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
-
WinRMAuthenticationException
Create the exception with a message.- Parameters:
message- the detail message
-