Class RemoteAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.security.authentication.rcp.RemoteAuthenticationException
-
- All Implemented Interfaces:
java.io.Serializable
public class RemoteAuthenticationException extends org.springframework.core.NestedRuntimeException
Thrown if aRemoteAuthenticationManager
cannot validate the presented authentication request.This is thrown rather than the normal
AuthenticationException
becauseAuthenticationException
contains additional properties which may cause issues for the remoting protocol.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteAuthenticationException(java.lang.String msg)
Constructs aRemoteAuthenticationException
with the specified message and no root cause.
-
Method Summary
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
-