hudson.plugins.active_directory
Class MultiCauseUserMayOrMayNotExistException

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 org.acegisecurity.BadCredentialsException
                              extended by org.acegisecurity.userdetails.UsernameNotFoundException
                                  extended by hudson.security.UserMayOrMayNotExistException
                                      extended by hudson.plugins.active_directory.MultiCauseUserMayOrMayNotExistException
All Implemented Interfaces:
Serializable

public class MultiCauseUserMayOrMayNotExistException
extends hudson.security.UserMayOrMayNotExistException

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
MultiCauseUserMayOrMayNotExistException(String msg, Collection<? extends Throwable> causes)
           
 
Method Summary
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class org.acegisecurity.BadCredentialsException
getExtraInformation
 
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

MultiCauseUserMayOrMayNotExistException

public MultiCauseUserMayOrMayNotExistException(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-2013. All Rights Reserved.