Package de.hybris.platform.hmc.jalo
Class HMCSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.jalo.JaloSystemException
-
- de.hybris.platform.hmc.jalo.HMCSystemException
-
- All Implemented Interfaces:
java.io.Serializable
public class HMCSystemException extends JaloSystemException
This exception is thrown as a wrapper for catched Exceptions.- Since:
- 2.20
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HMCSystemException(java.lang.Exception nested)HMCSystemException(java.lang.Exception nested, java.lang.String message)
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toString
-
-