com.adobe.idp.dsc.registry
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.dsc.DSCException
              extended by com.adobe.idp.dsc.registry.RegistryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComponentNotFoundException, ConnectorNotFoundException, DataTypeNotFoundException, DuplicateComponentException, DuplicateConnectorException, DuplicateEndpointCategoryException, DuplicateEndpointException, DuplicateServiceCategoryException, DuplicateServiceConfigurationException, DuplicateServiceException, EndpointCategoryInUseException, EndpointCategoryNotFoundException, EndpointNotEnabledException, EndpointNotFoundException, IllegalDescriptorModificationException, IncompatiblePatchException, LockedServiceConfigurationException, NoActiveServiceConfigurationException, PermissionGrantNotFoundException, PropertyEditorNotFoundException, ServiceCategoryNotFoundException, ServiceConfigurationNotFoundException, ServiceDeletionException, ServiceNotFoundException

public class RegistryException
extends com.adobe.idp.dsc.DSCException

An exception indicating that a general registry exception has occurred.

See Also:
Serialized Form

Constructor Summary
RegistryException(com.adobe.idp.dsc.DSCError aError)
          Constructor that uses the specified document service component error.
RegistryException(com.adobe.idp.dsc.DSCError error, java.lang.Throwable aThrowable)
          Constructor that uses the specified document service component error and throwable exception.
RegistryException(com.adobe.idp.dsc.ExceptionStackTrace aStackTrace)
          Constructor that uses the specified stack trace.
RegistryException(java.lang.Throwable aThrowable)
          Constructor that uses the specified exception.
 
Method Summary
 
Methods inherited from class com.adobe.idp.dsc.DSCException
getError, getMessage, getNestedThrowable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistryException

public RegistryException(com.adobe.idp.dsc.DSCError aError)
Constructor that uses the specified document service component error.

Parameters:
aError - The document service component error.

RegistryException

public RegistryException(java.lang.Throwable aThrowable)
Constructor that uses the specified exception.

Parameters:
aThrowable - The exception.

RegistryException

public RegistryException(com.adobe.idp.dsc.ExceptionStackTrace aStackTrace)
Constructor that uses the specified stack trace.

Parameters:
aStackTrace - The stack trace.

RegistryException

public RegistryException(com.adobe.idp.dsc.DSCError error,
                         java.lang.Throwable aThrowable)
Constructor that uses the specified document service component error and throwable exception.

Parameters:
error - The document service component error.
aThrowable - The throwable exception.


[an error occurred while processing this directive] [an error occurred while processing this directive]