Class ModelSavingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.servicelayer.exceptions.SystemException
-
- de.hybris.platform.servicelayer.exceptions.ModelSavingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ModelSavingException extends SystemException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelSavingException(java.lang.String message)
ModelSavingException(java.lang.String message, java.lang.Throwable nested)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelSavingException
getNextException()
void
setNextException(ModelSavingException exception)
-
-
-
Method Detail
-
getNextException
public ModelSavingException getNextException()
-
setNextException
public void setNextException(ModelSavingException exception)
-
-