cz.cmc.tcgui.datamanip
Class InvalidConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycz.cmc.tcgui.datamanip.InvalidConnectionException
All Implemented Interfaces:
Serializable

public class InvalidConnectionException
extends RuntimeException

Title: class InvalidConnectionException

Description: Exception thrown when trying to connect invalid TCObjects or ports

Copyright: Copyright (c) 2003

Company: CMC Computers

See Also:
Serialized Form

Constructor Summary
InvalidConnectionException(String what)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidConnectionException

public InvalidConnectionException(String what)