Class PatchActionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.patches.exceptions.PatchActionException
-
- All Implemented Interfaces:
java.io.Serializable
public class PatchActionException extends java.lang.RuntimeExceptionDefault Exception used for errors related to executing Actions. This kind of exception will not have any impact on further import.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PatchActionException(java.lang.String message)PatchActionException(java.lang.String message, java.lang.Throwable cause)PatchActionException(java.lang.Throwable cause)
-