public class MultiCauseUserNotFoundException
extends org.acegisecurity.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) |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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. All Rights Reserved.