org.jSyncManager.API.Conduit

Class 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.

Constructor Summary

ConduitNotFoundException()
Constructs a new ConduitNotFoundException object.
ConduitNotFoundException(String s)
Constructs a new ConduitNotFoundException object, using the specified message text.

Constructor Details

ConduitNotFoundException

public ConduitNotFoundException()
Constructs a new ConduitNotFoundException object.

ConduitNotFoundException

public ConduitNotFoundException(String s)
Constructs a new ConduitNotFoundException object, using the specified message text.
Parameters:
s - a text message to accompiany this exception.