Class NtlmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.metricshub.winrm.light.NtlmException
All Implemented Interfaces:
Serializable

public class NtlmException extends Exception
Replaces org.apache.http.impl.auth.NTLMEngineException in the ported NTLM code.
See Also:
  • Constructor Details

    • NtlmException

      public NtlmException(String message)
    • NtlmException

      public NtlmException(String message, Throwable cause)