|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.deployment.ServiceLookupFailedException
@SASScope(value="ALL") @BinaryCompatibilityOnly public final class ServiceLookupFailedException
An exception used in the event that a service lookup fails.
| Constructor Summary | |
|---|---|
ServiceLookupFailedException(DeployableService[] deployableServices)
Constructs an instance specifying the services which failed to be located. |
|
ServiceLookupFailedException(java.lang.Throwable throwable,
java.lang.String message)
Constructs an instance by specifying a message and Throwable. |
|
| Method Summary | |
|---|---|
DeployableService[] |
getDeployableServices()
Gets the service capabilities that were sought, but not available. |
java.lang.String |
getMessage()
Gets an exception message detailing the service template that was desired, but not found in the currently deployed services. |
| Methods inherited from class com.sas.util.ChainedException |
|---|
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer |
| Constructor Detail |
|---|
public ServiceLookupFailedException(java.lang.Throwable throwable,
java.lang.String message)
Throwable.
throwable - Throwable that caused the exception.message - Exception's message.public ServiceLookupFailedException(DeployableService[] deployableServices)
deployableServices - Services which failed to be located.| Method Detail |
|---|
public DeployableService[] getDeployableServices()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||