Class BusinessProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.warehousing.process.BusinessProcessException
-
- All Implemented Interfaces:
java.io.Serializable
public class BusinessProcessException extends java.lang.RuntimeExceptionException thrown when logical errors occur when working with the process engine.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BusinessProcessException(java.lang.String message)BusinessProcessException(java.lang.String message, java.lang.Throwable cause)
-