org.jSyncManager.API.Conduit
Class ConduitNotFoundException
Exceptionorg.jSyncManager.API.Conduit.ConduitNotFoundException
public class ConduitNotFoundException
extends Exception
The ConduitNotFoundException.
This exception is generated when the user specifies the installation
of a jConduit which cannot be found.
ConduitNotFoundException
public ConduitNotFoundException()
Constructs a new ConduitNotFoundException object.
ConduitNotFoundException
public ConduitNotFoundException(String s)
Constructs a new ConduitNotFoundException object, using the
specified message text.
s - a text message to accompiany this exception.