org.kuali.student.security.spring
Class KimUserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.security.SpringSecurityException
org.springframework.security.AuthenticationException
org.springframework.security.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
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
KimUserNotFoundException
public KimUserNotFoundException(String msg)
KimUserNotFoundException
public KimUserNotFoundException(String msg,
Throwable t)
KimUserNotFoundException
protected KimUserNotFoundException(String msg,
Object extraInformation)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.