|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.deployment.ServiceDeploymentImportException
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.
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. |
Constructor Detail |
---|
public ServiceDeploymentImportException()
Throwable
that caused the foundation service deployment import
to fail.
public ServiceDeploymentImportException(java.lang.Throwable throwable)
Throwable
that
caused the foundation service deployment import to fail.
throwable
- Throwable
that prompted the foundation service
deployment import to fail.public ServiceDeploymentImportException(java.lang.String message)
Throwable
that caused the foundation service deployment import
to fail.
message
- Message detailing the encountered exception.public ServiceDeploymentImportException(java.lang.Throwable throwable, java.lang.String message)
Throwable
that caused the foundation service deployment import
to fail.
throwable
- Throwable
that prompted the foundation service
deployment import to fail.message
- Message detailing the encountered exception.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |