org.kuali.student.security.spring
Class KimUserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AccountStatusException
org.kuali.student.security.spring.KimUserNotFoundException
- All Implemented Interfaces:
- Serializable
public class KimUserNotFoundException
- extends AccountStatusException
This is a custom exception designed to be thrown when only Kim is used for authentication
This exception is thrown so that when rice-kim fails to authenticate the user, we do not want
the next authentication provider on the list to be used.
AccountStatusException is extended because spring security has the desired behavior only for AccountStatusException.
- Author:
- Kuali Student Team: NeeravA
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KimUserNotFoundException
public KimUserNotFoundException(String msg)
KimUserNotFoundException
public KimUserNotFoundException(String msg,
Throwable t)
KimUserNotFoundException
protected KimUserNotFoundException(String msg,
Object extraInformation)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.