com.ning.http.client.ntlm
public class NTLMEngineException extends java.lang.Exception
Constructor and Description |
---|
NTLMEngineException() |
NTLMEngineException(java.lang.String message)
Creates a new NTLMEngineException with the specified message.
|
NTLMEngineException(java.lang.String message,
java.lang.Throwable cause)
Creates a new NTLMEngineException with the specified detail message and cause.
|
public NTLMEngineException()
public NTLMEngineException(java.lang.String message)
message
- the exception detail messagepublic NTLMEngineException(java.lang.String message, java.lang.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 © 2014. All Rights Reserved.