Class BusinessProcessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.warehousing.process.BusinessProcessException
All Implemented Interfaces:
Serializable

public class BusinessProcessException extends RuntimeException
Exception thrown when logical errors occur when working with the process engine.
See Also:
  • Constructor Details

    • BusinessProcessException

      public BusinessProcessException(String message)
    • BusinessProcessException

      public BusinessProcessException(String message, Throwable cause)