java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | org.springframework.core.NestedRuntimeException | ||||
↳ | org.springframework.security.authentication.rcp.RemoteAuthenticationException |
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.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a
RemoteAuthenticationException with the
specified message and no root cause. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructs a RemoteAuthenticationException
with the
specified message and no root cause.
msg | the detail message |
---|