org.exolab.core.service
Class ServiceManagerException

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

public class ServiceManagerException
extends ServiceException

This exception is thrown whenever there is a general exception with the service manager

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

Constructor Summary
ServiceManagerException()
          Default exception constructor
ServiceManagerException(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

ServiceManagerException

public ServiceManagerException()
Default exception constructor


ServiceManagerException

public ServiceManagerException(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.