|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.security.authentication.rcp.RemoteAuthenticationException
public class 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.
Constructor Summary | |
---|---|
RemoteAuthenticationException(java.lang.String msg)
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 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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 |
---|
public RemoteAuthenticationException(java.lang.String msg)
RemoteAuthenticationException
with the
specified message and no root cause.
msg
- the detail message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |