org.rococoa.cocoa.syncservices
Class SyncServicesLibrary.ISyncServerUnavailableException

java.lang.Object
  extended by org.rococoa.cocoa.syncservices.SyncServicesLibrary.ISyncServerUnavailableException
Enclosing interface:
SyncServicesLibrary

public static final class SyncServicesLibrary.ISyncServerUnavailableException
extends Object

Exception raised when communication to the server is lost. The reason is a string aggregating
the name, reason, and user info from the originating exception.


Nested Class Summary
static class SyncServicesLibrary.ISyncServerUnavailableException.ISyncServerUnavailableException_holder
           
 
Constructor Summary
SyncServicesLibrary.ISyncServerUnavailableException()
           
 
Method Summary
static SyncServicesLibrary.ISyncServerUnavailableException.ISyncServerUnavailableException_holder get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncServicesLibrary.ISyncServerUnavailableException

public SyncServicesLibrary.ISyncServerUnavailableException()
Method Detail

get

public static SyncServicesLibrary.ISyncServerUnavailableException.ISyncServerUnavailableException_holder get()