com.ibm.manplato.GUIParts.Client
Class ConduitNotValidException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.manplato.GUIParts.Client.ConduitNotValidException
All Implemented Interfaces:
java.io.Serializable

public class ConduitNotValidException
extends java.lang.Exception

The ConduitNotValidException class. This exception is generated when a conduit is specified to be loaded, but it is not there or is not a valid conduit class.

Version:
$Rev$-$Date: 2001/03/26 19:20:26 $$State: Exp $
Author:
File Created By: David Schmidt <schmidtd@us.ibm.com>, Last Modified By: $Author: schmidtd $
See Also:
Serialized Form

Constructor Summary
ConduitNotValidException()
          Constructs a new ConduitNotValidException object.
ConduitNotValidException(java.lang.String s)
          Constructs a new ConduitNotValidException 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

ConduitNotValidException

public ConduitNotValidException()
Constructs a new ConduitNotValidException object.

ConduitNotValidException

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