***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.deployment
Class ServiceDeploymentImportException

com.sas.services.deployment.ServiceDeploymentImportException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable
Direct Known Subclasses:
NameNotUniqueImportException

@SASScope(value="ALL")
@BinaryCompatibilityOnly
public class ServiceDeploymentImportException

Exception indicate that an attempt to import a foundation services deployment from a UTF-8 encoded XML file into a SAS Metadata Repository has failed.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
ServiceDeploymentImportException()
          Constructs a default instance without specifying a message or Throwable that caused the foundation service deployment import to fail.
ServiceDeploymentImportException(java.lang.String message)
          Constructs an instance specifying a message, but not a Throwable that caused the foundation service deployment import to fail.
ServiceDeploymentImportException(java.lang.Throwable throwable)
          Constructs an instance specifying the
ServiceDeploymentImportException(java.lang.Throwable throwable, java.lang.String message)
          Constructs an instance specifying both a message and the Throwable that caused the foundation service deployment import to fail.
 
Method Summary
 
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer
 

Constructor Detail

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(java.lang.Throwable throwable)
Constructs an instance specifying the Throwable that caused the foundation service deployment import to fail.

Parameters:
throwable - Throwable that prompted the foundation service deployment import to fail.

ServiceDeploymentImportException

public ServiceDeploymentImportException(java.lang.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(java.lang.Throwable throwable,
                                        java.lang.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.

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.