Class RemoteAuthenticationException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class RemoteAuthenticationException
    extends org.springframework.core.NestedRuntimeException
    Deprecated.
    as of 5.6.0 with no replacement
    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.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteAuthenticationException​(java.lang.String msg)
      Deprecated.
      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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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​(java.lang.String msg)
        Deprecated.
        Constructs a RemoteAuthenticationException with the specified message and no root cause.
        Parameters:
        msg - the detail message