com.sas.services.deployment
Class ServiceDeploymentImportException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sas.util.ChainedException
|
+--com.sas.services.ServiceException
|
+--com.sas.services.deployment.ServiceDeploymentImportException
- All Implemented Interfaces:
- public class ServiceDeploymentImportException
- extends ServiceException
Exception indicate that an attempt to import a platform service deployment
from a file into OMR has failed.
- Since:
- 1.0
- See Also:
- Serialized Form
ServiceDeploymentImportException
public ServiceDeploymentImportException()
- Constructs a default instance without specifying a message or
Throwable that caused the foundation service deployment import
to fail.
ServiceDeploymentImportException
public ServiceDeploymentImportException(String message)
- Constructs an instance specifying a message, but not a
Throwable that caused the foundation service deployment import
to fail.
- Parameters:
message - Message detailing the encountered exception.
ServiceDeploymentImportException
public ServiceDeploymentImportException(Throwable throwable,
String message)
- Constructs an instance specifying both a message and the
Throwable that caused the foundation service deployment import
to fail.
- Parameters:
throwable - Throwable that prompted the foundation service
deployment import to fail.message - Message detailing the encountered exception.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:53