org.springframework.security.providers.rcp
Class RemoteAuthenticationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.security.SpringSecurityException
org.springframework.security.SpringSecurityException
                       org.springframework.security.providers.rcp.RemoteAuthenticationException
org.springframework.security.providers.rcp.RemoteAuthenticationException
- All Implemented Interfaces: 
- Serializable
- public class RemoteAuthenticationException 
- extends SpringSecurityException
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$
- Author:
- Ben Alex
- See Also:
- Serialized Form
 
 
 
 
 
RemoteAuthenticationException
public RemoteAuthenticationException(String msg)
- Constructs a RemoteAuthenticationExceptionwith the
 specified message and no root cause.
 
- Parameters:
- msg- the detail message
 
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.