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:
  • Constructor Details

    • NTLMInitializationException

      @Deprecated public NTLMInitializationException(String message)
      Deprecated.
      Parameters:
      message - String the error message
    • NTLMInitializationException

      @Deprecated public NTLMInitializationException(Throwable cause)
      Deprecated.
      Parameters:
      cause - Throwable the cause of the exception
    • NTLMInitializationException

      @Deprecated public NTLMInitializationException(String message, Throwable cause)
      Deprecated.
      Parameters:
      message - String the error message
      cause - Throwable the cause of the exception