org.locomotive.directory
Class ServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.locomotive.directory.ServiceException

public class ServiceException
extends java.lang.Exception

This exception is thrown if a LocomotiveService failed to start or stop.

Version:
$Id: ServiceException.java,v 1.1 1999/05/05 10:19:32 gunnar Exp $
Author:
Gunnar Rønning (gunnar@candleweb.no).
See Also:
Serialized Form

Constructor Summary
ServiceException()
          Default constructor for ServiceException.
ServiceException(java.lang.String message)
          Constructor for ServiceException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceException

public ServiceException()
Default constructor for ServiceException.

ServiceException

public ServiceException(java.lang.String message)
Constructor for ServiceException.
Parameters:
message - Explains why the exception is thrown.