org.apache.tuscany.core.context
Class ServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osoa.sca.ServiceRuntimeException
org.apache.tuscany.core.context.ServiceNotFoundException
- All Implemented Interfaces:
- Serializable
public class ServiceNotFoundException
- extends ServiceRuntimeException
Denotes the specific case where a service was not found at runtime
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
- 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()
ServiceNotFoundException
public ServiceNotFoundException(String message)
ServiceNotFoundException
public ServiceNotFoundException(Throwable cause)
ServiceNotFoundException
public ServiceNotFoundException(String message,
Throwable cause)
-