public class InvalidServiceComponentException extends ServiceContextException
| Constructor and Description |
|---|
InvalidServiceComponentException(Locator component)
Constructs an
InvalidServiceComponentException
with no detail message. |
InvalidServiceComponentException(Locator component,
String reason)
Constructs an
InvalidServiceComponentException with
the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
Locator |
getInvalidServiceComponent()
Reports the offending service components.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidServiceComponentException(Locator component)
InvalidServiceComponentException
with no detail message.component - A locator indicating the offending service
component.public InvalidServiceComponentException(Locator component, String reason)
InvalidServiceComponentException with
the specified detail message.component - A locator indicating the offending service
component.reason - The reason why this component is invalid.public Locator getInvalidServiceComponent()
Copyright © 2012 code4tv.com. All Rights Reserved.