public class NtlmEngineException extends RuntimeException
| Constructor and Description |
|---|
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, toStringpublic 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 © 2016. All Rights Reserved.