/*
* Created on Dec 12, 2004
*/
/**
* @author Evren Sirin
*/
public ExecutionException() {
super();
}
super(message);
}
super(message);
}
super(e);
}
/**
* Returns the atomic process whose execution failed
* @return the atomic process whose execution failed or null if other failure ocurred
*/
return atomicProcess;
}
/**
* Sets the atomic process whose execution failed
* @param atomicProcess the atomic process whose execution failed
*/
this.atomicProcess = atomicProcess;
}
/**
* Returns the overall process whose execution failed
* @return the overall process whose execution failed
*/
return process;
}
/**
* Sets the overall process whose execution failed
* @param process the overall process whose execution failed
*/
}
}