com.adobe.idp.dsc.registry.component
Class IncompatiblePatchException

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.component.IncompatiblePatchException
All Implemented Interfaces:
java.io.Serializable

public class IncompatiblePatchException
extends RegistryException
implements java.io.Serializable

An exception indicating an incompatible patch.

See Also:
Serialized Form

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

IncompatiblePatchException

public IncompatiblePatchException(java.lang.String aComponentId,
                                  java.lang.String aPatchId)
Constructor that uses the component and patch identifiers.

Parameters:
aComponentId - The component identifier.
aPatchId - The patch identifier.


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