org.apache.jetspeed.daemon
Class DaemonNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jetspeed.util.JetspeedException
              extended byorg.apache.jetspeed.daemon.DaemonNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DaemonNotFoundException
extends JetspeedException

Version:
$Id: DaemonNotFoundException.java,v 1.3 2004/02/23 02:48:57 jford Exp $
Author:
Kevin A. Burton
See Also:
Serialized Form

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

DaemonNotFoundException

public DaemonNotFoundException()

DaemonNotFoundException

public DaemonNotFoundException(java.lang.String message)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.