hudson.plugins.active_directory
Class MultiCauseBadCredentialsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.acegisecurity.AcegiSecurityException
                      extended by org.acegisecurity.AuthenticationException
                          extended by 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

Constructor Summary
MultiCauseBadCredentialsException(String msg, Collection<? extends Throwable> causes)
           
 
Method Summary
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class org.acegisecurity.AuthenticationException
getAuthentication
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiCauseBadCredentialsException

public MultiCauseBadCredentialsException(String msg,
                                         Collection<? extends Throwable> causes)
Method Detail

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.