TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core
Class DataChannelNotInitializedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.hyades.execution.core.DataChannelNotInitializedException
All Implemented Interfaces:
java.io.Serializable

public class DataChannelNotInitializedException
extends java.lang.Exception

Description: Describes an exception due to the data channel not being initialized properly. Creation date: Apr 13, 2003

See Also:
Serialized Form

Constructor Summary
DataChannelNotInitializedException()
           
 
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

DataChannelNotInitializedException

public DataChannelNotInitializedException()

TPTP 4.4.0 Platform Project
Public API Specification