Package hudson.plugins.active_directory
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:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiCauseUserNotFoundException
(String msg, Collection<? extends Throwable> causes) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultiCauseUserNotFoundException
-
-
Method Details
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-