public class MultiCauseUserNotFoundException
extends org.springframework.security.core.userdetails.UsernameNotFoundException
UsernameNotFoundException that supports multiple nested causes.| Constructor and Description |
|---|
MultiCauseUserNotFoundException(String msg,
Collection<? extends Throwable> causes) |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthenticationaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic MultiCauseUserNotFoundException(String msg, Collection<? extends Throwable> causes)
public void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableCopyright © 2004-2014 Hudson. All Rights Reserved.