public class RemoteAuthenticationException extends AcegiSecurityException
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.
Constructor and Description |
---|
RemoteAuthenticationException(String msg)
Constructs a
RemoteAuthenticationException with the
specified message and no root cause. |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RemoteAuthenticationException(String msg)
RemoteAuthenticationException
with the
specified message and no root cause.msg
- the detail messageCopyright © 2016. All rights reserved.