Class PatchActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.patches.exceptions.PatchActionException
- All Implemented Interfaces:
Serializable
Default Exception used for errors related to executing Actions. This kind of exception will not have any impact on
further import.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPatchActionException(String message) PatchActionException(String message, Throwable cause) PatchActionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PatchActionException
-
PatchActionException
-
PatchActionException
-