TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core
Class UnknownDaemonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.hyades.execution.core.UnknownDaemonException
All Implemented Interfaces:
java.io.Serializable

public class UnknownDaemonException
extends java.lang.Exception

This exception is thrown to indicate that the specified daemon type is not supported

See Also:
Serialized Form

Constructor Summary
UnknownDaemonException()
           
UnknownDaemonException(java.lang.String message)
           
 
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

UnknownDaemonException

public UnknownDaemonException()

UnknownDaemonException

public UnknownDaemonException(java.lang.String message)

TPTP 4.6.0 Platform Project
Public API Specification