|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.idp.dsc.DSCException com.adobe.idp.dsc.registry.RegistryException com.adobe.idp.dsc.registry.service.IllegalDescriptorModificationException
public class IllegalDescriptorModificationException
This exception is thrown when an attempt is made to modify the underlying descriptor of service configuration while it is in an Active state.
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 |
---|
public IllegalDescriptorModificationException(java.lang.String aServiceId, int aMajorVersion, int aMinorVersion)
aServiceId
- The service identifier.aMajorVersion
- The major version.aMinorVersion
- The minor version.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |