wt.services.applicationcontext
Class ServiceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywt.util.WTRuntimeException
                  extended bywt.services.applicationcontext.ApplicationContextException
                      extended bywt.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

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.services.applicationcontext.ApplicationContextException
 
Fields inherited from class wt.util.WTRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ServiceNotFoundException(ApplicationContextChild contextChild, Object requestor, String serviceName, Object source)
          Construct an exception recording the context, requestor and serviceName.
 
Methods inherited from class wt.services.applicationcontext.ApplicationContextException
getContextChild, getRequestor, getServiceName, getSource, setContextChild, setRequestor, setServiceName, setSource
 
Methods inherited from class wt.util.WTRuntimeException
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

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 -