|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.deployment.ServiceDeploymentException
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 deployedServices,
java.util.List 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 |
getDeployedRemoteDiscoveryServices()
Gets a copy of a list of the remote discovery services which were successfully located. |
java.util.List |
getDeployedServices()
Gets a copy of a list of the services which were successfully deployed. |
Constructor Detail |
---|
public ServiceDeploymentException(java.lang.Exception cause, java.lang.String message, java.util.List deployedServices, java.util.List 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 getDeployedServices()
services
which were successfully deployed.public java.util.List getDeployedRemoteDiscoveryServices()
services
which were successfully located.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |