org.exolab.core.service
Class ServiceDoesNotExistException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exolab.core.service.ServiceException
              extended byorg.exolab.core.service.ServiceDoesNotExistException
All Implemented Interfaces:
java.io.Serializable

public class ServiceDoesNotExistException
extends ServiceException

This exception is thrown when a request is made for a service that is not registered with the service manager

Version:
$Revision: 1.3 $ $Date: 2001/10/07 07:28:05 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
ServiceDoesNotExistException()
          Default exception constructor
ServiceDoesNotExistException(java.lang.String reason)
          Create an exception with the specified reason
 
Methods inherited from class org.exolab.core.service.ServiceException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceDoesNotExistException

public ServiceDoesNotExistException()
Default exception constructor


ServiceDoesNotExistException

public ServiceDoesNotExistException(java.lang.String reason)
Create an exception with the specified reason

Parameters:
reason - the reason for the exception


Copyright © 1999-2005 The Exolab Group. All Rights Reserved.