public class RemoteAuthenticationException extends NestedRuntimeException
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  RemoteAuthenticationExceptionwith the
 specified message and no root cause. | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemoteAuthenticationException(String msg)
RemoteAuthenticationException with the
 specified message and no root cause.msg - the detail message