Package hudson.plugins.active_directory
Class MultiCauseUserMayOrMayNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.core.userdetails.UsernameNotFoundException
hudson.security.UserMayOrMayNotExistException2
hudson.plugins.active_directory.MultiCauseUserMayOrMayNotExistException
- All Implemented Interfaces:
Serializable
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiCauseUserMayOrMayNotExistException
(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
-
MultiCauseUserMayOrMayNotExistException
-
-
Method Details
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-