java.lang.Object | +--CommandException | +--com.ibm.commerce.exception.ECException | +--com.ibm.commerce.exception.ECApplicationException | +--com.ibm.commerce.tools.campaigns.CampaignInitiativeScheduleConflictException
Thrown when an initiative schedule conflict has occurred.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Fields inherited from class com.ibm.commerce.exception. ECApplicationException |
ERROR_TYPE,
GENERIC_ERROR_TASK |
Fields inherited from class com.ibm.commerce.exception. ECException |
APPLICATION_ERROR,
ECMESSAGE,
ECMESSAGEKEY,
errorProperties,
EXCEP_DATA,
EXCEP_TYPE,
EXCEPTION,
GENERIC_APPLICATION_ERROR_TASK,
GENERIC_SYSTEM_ERROR_TASK,
MSG_PARAM,
SYSTEM_ERROR |
Constructor Summary | |
---|---|
CampaignInitiativeScheduleConflictException(
InitiativeScheduleAccessBean conflictingSchedule) Constructor for CampaignInitiativeScheduleConflictException. |
Method Summary | |
---|---|
InitiativeScheduleAccessBean |
getSchedule() Returns the schedule that is in conflict with the one to be saved. |
Methods inherited from class com.ibm.commerce.exception. ECApplicationException |
getErrorType,
getExceptionFields,
getGenericErrorTask,
setExceptionField,
setExceptionFields |
Methods inherited from class com.ibm.commerce.exception. ECException |
getErrorMessageKey,
getErrorProperties,
getErrorTaskName,
getMessageKey,
getStackTrace,
getThrowable,
getUserMessage,
logMessage,
logMessage,
logMessage,
setErrorTaskName,
setException,
setOrginatingCommand,
setThrowable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public CampaignInitiativeScheduleConflictException(InitiativeScheduleAccessBean conflictingSchedule)
conflictingSchedule
- The instance of the initiative schedule
which will be experimented.Method Detail |
---|
public InitiativeScheduleAccessBean getSchedule()
InitiativeScheduleAccessBean
object that
represents the initiative schedule.