wt.services.applicationcontext
Class ServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
wt.util.WTRuntimeException
wt.services.applicationcontext.ApplicationContextException
wt.services.applicationcontext.ServiceNotFoundException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class ServiceNotFoundException
- extends ApplicationContextException
- implements Serializable
Exception used to indicate that no service was found.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTRuntimeException |
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toString |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
ServiceNotFoundException
public ServiceNotFoundException(ApplicationContextChild contextChild,
Object requestor,
String serviceName,
Object source)
- Construct an exception recording the context, requestor and serviceName.
Supported API: false
- Parameters:
contextChild
- requestor
- serviceName
- source
-