hudson.plugins.active_directory
Class MultiCauseBadCredentialsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.AuthenticationException
hudson.plugins.active_directory.MultiCauseBadCredentialsException
- All Implemented Interfaces:
- Serializable
public class MultiCauseBadCredentialsException
- extends org.acegisecurity.AuthenticationException
AuthenticationException that supports multiple nested causes.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Methods inherited from class org.acegisecurity.AuthenticationException |
getAuthentication |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
MultiCauseBadCredentialsException
public MultiCauseBadCredentialsException(String msg,
Collection<? extends Throwable> causes)
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace in class Throwable
Copyright © 2004-2012. All Rights Reserved.