public class NTLMEngineException extends AuthenticationException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 Throwable
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.