public class CannotDeleteInstalledItemInWarehouseException extends CRMValidationException
Constructor and Description |
---|
CannotDeleteInstalledItemInWarehouseException(com.crm.businessobject.CRMSession crmSession,
java.lang.String entityLabel,
java.lang.String entity,
java.lang.String valueLabel,
java.lang.String value)
Cannot delete %1 %2.
|
fillInStackTrace, getDetailMessage, printStackTrace
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage
public CannotDeleteInstalledItemInWarehouseException(com.crm.businessobject.CRMSession crmSession, java.lang.String entityLabel, java.lang.String entity, java.lang.String valueLabel, java.lang.String value) throws java.lang.Exception
crmSession
- - the session objectentity
- - the exception entityvalue
- - the exception valueentityLabel
- - the exception entity labelvalueLabel
- - the exception value labeljava.lang.Exception