jSyncManager

org.jSyncManager.API.Conduit
Class ConduitNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jSyncManager.API.Conduit.ConduitNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ConduitNotFoundException
extends java.lang.Exception

The ConduitNotFoundException. This exception is generated when the user specifies the installation of a jConduit which cannot be found.

Version:
$Revision: 1.5 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2003/04/23 00:22:49 $.
See Also:
Serialized Form

Constructor Summary
ConduitNotFoundException()
          Constructs a new ConduitNotFoundException object.
ConduitNotFoundException(java.lang.String s)
          Constructs a new ConduitNotFoundException object, using the specified message text.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConduitNotFoundException

public ConduitNotFoundException()
Constructs a new ConduitNotFoundException object.

ConduitNotFoundException

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

jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.