Class MultiCauseUserNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.core.userdetails.UsernameNotFoundException
hudson.plugins.active_directory.MultiCauseUserNotFoundException
All Implemented Interfaces:
Serializable

public class MultiCauseUserNotFoundException extends org.springframework.security.core.userdetails.UsernameNotFoundException
UsernameNotFoundException that supports multiple nested causes.
Author:
Kohsuke Kawaguchi
See Also: