com.tensegrity.wpalo.client.exceptions
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gwt.user.client.rpc.SerializableException
              extended by com.tensegrity.wpalo.client.exceptions.AuthenticationFailedException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable

public class AuthenticationFailedException
extends com.google.gwt.user.client.rpc.SerializableException

AuthenticationFailedException TODO DOCUMENT ME

Version:
$Id: AuthenticationFailedException.java,v 1.2 2009/12/17 16:14:21 PhilippBouillon Exp $
See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException()
           
AuthenticationFailedException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.google.gwt.user.client.rpc.SerializableException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationFailedException

public AuthenticationFailedException()

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String msg,
                                     java.lang.Throwable cause)