public class InvalidItemTypeException extends CRMValidationException
Constructor and Description |
---|
InvalidItemTypeException(com.crm.businessobject.CRMSession crmSession,
com.crm.dataobject.notifications.CRMDONotification value1,
com.crm.dataobject.notifications.CRMDONotificationItem value2)
Item of type %1 is disallowed for notification of type %2.
|
fillInStackTrace, getDetailMessage, printStackTrace
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage
public InvalidItemTypeException(com.crm.businessobject.CRMSession crmSession, com.crm.dataobject.notifications.CRMDONotification value1, com.crm.dataobject.notifications.CRMDONotificationItem value2) throws java.lang.Exception
crmSession
- - the session objectvalue1
- - the first exception valuevalue2
- - the second exception valuejava.lang.Exception