com.adobe.idp.dsc.registry.service
Class IllegalDescriptorModificationException

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
                  extended by com.adobe.idp.dsc.registry.service.IllegalDescriptorModificationException
All Implemented Interfaces:
java.io.Serializable

public class IllegalDescriptorModificationException
extends RegistryException
implements java.io.Serializable

This exception is thrown when an attempt is made to modify the underlying descriptor of service configuration while it is in an Active state.

See Also:
Serialized Form

Constructor Summary
IllegalDescriptorModificationException(java.lang.String aServiceId, int aMajorVersion, int aMinorVersion)
          Constructor that creates the exception using the service identifier and version information.
 
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

IllegalDescriptorModificationException

public IllegalDescriptorModificationException(java.lang.String aServiceId,
                                              int aMajorVersion,
                                              int aMinorVersion)
Constructor that creates the exception using the service identifier and version information.

Parameters:
aServiceId - The service identifier.
aMajorVersion - The major version.
aMinorVersion - The minor version.


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