org.springframework.security.openid
Class AuthenticationCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.openid.AuthenticationCancelledException
- All Implemented Interfaces:
- Serializable
public class AuthenticationCancelledException
- extends AuthenticationException
Indicates that OpenID authentication was cancelled
- Version:
- $Id: AuthenticationCancelledException.java 3550 2009-04-13 13:43:23Z ltaylor $
- Author:
- Robin Bramley, Opsera Ltd
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationCancelledException
public AuthenticationCancelledException(String msg)
AuthenticationCancelledException
public AuthenticationCancelledException(String msg,
Throwable t)
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.