com.funambol.syncclient.spds
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.funambol.syncclient.spds.SyncException
              extended by com.funambol.syncclient.spds.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends SyncException

Represents a "not authorized" error usually received from the server.

Version:
$Id: AuthenticationException.java,v 1.3 2007-12-22 18:09:17 nichele Exp $
See Also:
Serialized Form

Constructor Summary
AuthenticationException(java.lang.String msg)
          Constructs an instance of UpdateException with the specified detail message.
 
Method Summary
 
Methods inherited from class com.funambol.syncclient.spds.SyncException
getCause, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException(java.lang.String msg)
Constructs an instance of UpdateException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2010 Funambol. All Rights Reserved.