Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.providers.rcp
Class RemoteAuthenticationException  view RemoteAuthenticationException download RemoteAuthenticationException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.acegisecurity.AcegiSecurityException
                      extended byorg.acegisecurity.providers.rcp.RemoteAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class RemoteAuthenticationException
extends org.acegisecurity.AcegiSecurityException

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.

Version:
$Id: RemoteAuthenticationException.java,v 1.2 2005/11/17 00:55:51 benalex Exp $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.springframework.core.NestedRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RemoteAuthenticationException(java.lang.String msg)
          Constructs a RemoteAuthenticationException with the specified message and no root cause.
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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)
Constructs a RemoteAuthenticationException with the specified message and no root cause.