org.acegisecurity.providers.rcp
Class RemoteAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.providers.rcp.RemoteAuthenticationException
- All Implemented Interfaces:
- Serializable
public class RemoteAuthenticationException
- extends AcegiSecurityException
Thrown if a RemoteAuthenticationManager
cannot validate the presented authentication request.
This
is thrown rather than the normal AuthenticationException
because AuthenticationException
contains additional properties which may cause issues for the remoting protocol.
- Version:
- $Id: RemoteAuthenticationException.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Ben Alex
- See Also:
- Serialized Form
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, printStackTrace, printStackTrace |
RemoteAuthenticationException
public RemoteAuthenticationException(String msg)
- Constructs a
RemoteAuthenticationException
with the
specified message and no root cause.
- Parameters:
msg
- the detail message
Copyright © 2004-2011 Interface21, Inc. All Rights Reserved.