|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.deployment.ServiceDeploymentException
@SASScope(value="ALL") @BinaryCompatibilityOnly public final class ServiceDeploymentException
Exception used to represent a failure to deploy a service.
Use getDeployedServices() to obtain a list of services which
were successfully deployed before the failure occurred.
Use getDeployedRemoteDiscoveryServices() to obtain a list of
remote discovery services which were successfully located before the
failure occurred.
| Constructor Summary | |
|---|---|
ServiceDeploymentException(java.lang.Exception cause,
java.lang.String message,
java.util.List<RemoteServiceInterface> deployedServices,
java.util.List<FindServiceInterface> deployedRemoteDiscoveryServices)
Creates a service deployment exception for the specified cause, metadata source, and the list of services which were successfully deployed. |
|
| Method Summary | |
|---|---|
java.util.List<FindServiceInterface> |
getDeployedRemoteDiscoveryServices()
Gets a copy of a list of the remote discovery services which were successfully located. |
java.util.List<RemoteServiceInterface> |
getDeployedServices()
Gets a copy of a list of the services which were successfully deployed. |
| Methods inherited from class com.sas.util.ChainedException |
|---|
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer |
| Constructor Detail |
|---|
public ServiceDeploymentException(java.lang.Exception cause,
java.lang.String message,
java.util.List<RemoteServiceInterface> deployedServices,
java.util.List<FindServiceInterface> deployedRemoteDiscoveryServices)
cause - The reason a service failed to deploy.message - Message that describes the exception.deployedServices - The list of services which were
successfully deployed or null if no services were successfully
deployed.deployedRemoteDiscoveryServices - The list of remote discovery services which were
successfully located or null if no discovery services were
looked up.| Method Detail |
|---|
public java.util.List<RemoteServiceInterface> getDeployedServices()
services
which were successfully deployed.public java.util.List<FindServiceInterface> getDeployedRemoteDiscoveryServices()
services
which were successfully located.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||