@Deprecated public class NTLMEngineException extends AuthenticationException
| 构造器和说明 |
|---|
NTLMEngineException()
已过时。
|
NTLMEngineException(String message)
已过时。
Creates a new NTLMEngineException with the specified message.
|
NTLMEngineException(String message,
Throwable cause)
已过时。
Creates a new NTLMEngineException with the specified detail message and cause.
|
public NTLMEngineException()
public NTLMEngineException(String message)
message - the exception detail messagepublic NTLMEngineException(String message, Throwable cause)
message - the exception detail messagecause - the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a ThrowableCopyright © 2023. All rights reserved.