org.codehaus.wadi.servicespace
Class ServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.wadi.servicespace.ServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServiceAlreadyRegisteredException, ServiceNotAvailableException, ServiceNotFoundException

public class ServiceException
extends java.lang.Exception

Version:
$Revision: $
See Also:
Serialized Form

Constructor Summary
ServiceException(ServiceName serviceName)
           
 
Method Summary
 ServiceName getServiceName()
           
 
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

ServiceException

public ServiceException(ServiceName serviceName)
Method Detail

getServiceName

public ServiceName getServiceName()


Copyright © 2008. All Rights Reserved.