Class NTLMInitializationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- de.xima.fc.web.common.ntlm.exception.NTLMInitializationException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@Deprecated public class NTLMInitializationException extends Exception
Deprecated.- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NTLMInitializationException(String message)Deprecated.NTLMInitializationException(String message, Throwable cause)Deprecated.NTLMInitializationException(Throwable cause)Deprecated. 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NTLMInitializationException
@Deprecated public NTLMInitializationException(String message)
Deprecated.- Parameters:
 message-Stringthe error message
 
- 
NTLMInitializationException
@Deprecated public NTLMInitializationException(Throwable cause)
Deprecated.- Parameters:
 cause-Throwablethe cause of the exception
 
- 
NTLMInitializationException
@Deprecated public NTLMInitializationException(String message, Throwable cause)
Deprecated. 
 - 
 
 -