sync4j.syncclient.spds
Class AuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysync4j.syncclient.spds.SyncException
              extended bysync4j.syncclient.spds.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends SyncException

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

See Also:
Serialized Form

Constructor Summary
AuthenticationException(java.lang.String msg)
          Constructs an instance of UpdateException with the specified detail message.
 
Methods inherited from class sync4j.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 © 2003-2005 Sync4j.