TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.execution.exceptions
Class DataChannelCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.tptp.platform.execution.exceptions.DataChannelCreationException
All Implemented Interfaces:
java.io.Serializable

public class DataChannelCreationException
extends java.lang.Exception

Description: Describes a data channel creation failure. Creation date: Apr 10, 2003

See Also:
Serialized Form

Constructor Summary
DataChannelCreationException()
           
DataChannelCreationException(java.lang.String msg)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataChannelCreationException

public DataChannelCreationException(java.lang.String msg)

DataChannelCreationException

public DataChannelCreationException()

TPTP 4.5.0 Platform Project
Public API Specification