Class BusinessProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.warehousing.process.BusinessProcessException
- All Implemented Interfaces:
Serializable
Exception thrown when logical errors occur when working with the process engine.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBusinessProcessException(String message) BusinessProcessException(String message, 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
-
BusinessProcessException
-
BusinessProcessException
-