org.apache.xbean.kernel
Class ServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xbean.kernel.ServiceNotFoundException
- All Implemented Interfaces:
- Serializable
public class ServiceNotFoundException
- extends Exception
A service with the specified name was not found.
- Since:
- 2.0
- Author:
- Dain Sundstrom
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceNotFoundException
public ServiceNotFoundException(ServiceName serviceName)
- Creates a ServiceNotFoundException for the specified service name.
- Parameters:
serviceName
- the name of the service that was not found.
getServiceName
public ServiceName getServiceName()
- Gets the name of the service that was not found.
- Returns:
- the the name of the service that was not found
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.