wt.services.applicationcontext
Class UnableToCreateServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
wt.util.WTRuntimeException
wt.services.applicationcontext.ApplicationContextException
wt.services.applicationcontext.UnableToCreateServiceException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class UnableToCreateServiceException
- extends ApplicationContextException
- implements Serializable
Exception used to indicate that a service was found but the provider
was unable to construct it.
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
serviceImplementationName
private String serviceImplementationName
UnableToCreateServiceException
public UnableToCreateServiceException(ApplicationContextChild contextChild,
Object requestor,
String serviceName,
Throwable throwable,
String serviceImplementationName,
Object source)
- Construct an exception recording the primitive exception and the name
of the service impelmentation.
Supported API: false
- Parameters:
contextChild
- requestor
- serviceName
- throwable
- serviceImplementationName
- source
-
UnableToCreateServiceException
protected UnableToCreateServiceException(ApplicationContextChild context_child,
Object requestor,
String service_name,
String message)
getServiceImplementationName
public String getServiceImplementationName()
- Gets the value of the attribute: serviceImplementationName; The name
of the service implementation which could not be created.
Supported API: false
- Returns:
- String
setServiceImplementationName
protected void setServiceImplementationName(String a_ServiceImplementationName)
throws WTPropertyVetoException
- Sets the value of the attribute: serviceImplementationName; The name
of the service implementation which could not be created.
Supported API: false
- Parameters:
a_ServiceImplementationName
-
- Throws:
WTPropertyVetoException
serviceImplementationNameValidate
private void serviceImplementationNameValidate(String a_ServiceImplementationName)
throws WTPropertyVetoException
- Parameters:
a_ServiceImplementationName
-
- Throws:
WTPropertyVetoException