Class PatchActionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.patches.exceptions.PatchActionException
All Implemented Interfaces:
Serializable

public class PatchActionException extends RuntimeException
Default Exception used for errors related to executing Actions. This kind of exception will not have any impact on further import.
See Also:
  • Constructor Details

    • PatchActionException

      public PatchActionException(Throwable cause)
    • PatchActionException

      public PatchActionException(String message)
    • PatchActionException

      public PatchActionException(String message, Throwable cause)