org.springframework.security.authentication.rcp
Class RemoteAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.security.authentication.rcp.RemoteAuthenticationException
All Implemented Interfaces:
Serializable

public class RemoteAuthenticationException
extends NestedRuntimeException

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 3551 2009-04-13 14:56:49Z ltaylor $
Author:
Ben Alex
See Also:
Serialized Form

Constructor Summary
RemoteAuthenticationException(String msg)
          Constructs a RemoteAuthenticationException with the specified message and no root cause.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteAuthenticationException

public RemoteAuthenticationException(String msg)
Constructs a RemoteAuthenticationException with the specified message and no root cause.

Parameters:
msg - the detail message


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.