|
|||||||||
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.component.IncompatiblePatchException
public class IncompatiblePatchException
An exception indicating an incompatible patch.
Constructor Summary | |
---|---|
IncompatiblePatchException(java.lang.String aComponentId,
java.lang.String aPatchId)
Constructor that uses the component and patch identifiers. |
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 IncompatiblePatchException(java.lang.String aComponentId, java.lang.String aPatchId)
aComponentId
- The component identifier.aPatchId
- The patch identifier.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |