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

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

Constructor Summary
ServiceDeploymentImportException()
          Constructs a default instance without specifying a message or Throwable that caused the foundation service deployment import to fail.
ServiceDeploymentImportException(String message)
          Constructs an instance specifying a message, but not a Throwable that caused the foundation service deployment import to fail.
ServiceDeploymentImportException(Throwable throwable, String message)
          Constructs an instance specifying both a message and the Throwable that caused the foundation service deployment import to fail.
 
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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(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.

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




Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:53