org.springframework.security.ui.ntlm
Class NtlmBaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.security.SpringSecurityException
org.springframework.security.AuthenticationException
org.springframework.security.ui.ntlm.NtlmBaseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NtlmBeginHandshakeException, NtlmType2MessageException
public abstract class NtlmBaseException
- extends AuthenticationException
Base class for NTLM exceptions so that it is easier to distinguish them
from other AuthenticationException
s in the
NtlmProcessingFilterEntryPoint
. Marked as abstract
since this exception is never supposed to be instantiated.
- Author:
- Edward Smith
- See Also:
- Serialized Form
NtlmBaseException
public NtlmBaseException(String msg)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.